We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236ee4e commit b0465bcCopy full SHA for b0465bc
Content.Server/Kitchen/Components/MicrowaveComponent.cs
@@ -73,7 +73,7 @@ public sealed partial class MicrowaveComponent : Component
73
public Container Storage = default!;
74
75
[DataField, ViewVariables(VVAccess.ReadWrite)]
76
- public int Capacity = 10; // SS220 - microwave fix 10 -> 15
+ public int Capacity = 15; // SS220 - microwave fix 10 -> 15
77
78
79
public ProtoId<ItemSizePrototype> MaxItemSize = "Normal";
0 commit comments