Skip to content

Commit b0465bc

Browse files
Lazzi0706Lazzi0706
and
Lazzi0706
authored
I FORGOT CAPACITY (#710)
* changed microwave capacity * bug fix * i forgot capacity --------- Co-authored-by: Lazzi0706 <[email protected]>
1 parent 236ee4e commit b0465bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Content.Server/Kitchen/Components/MicrowaveComponent.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public sealed partial class MicrowaveComponent : Component
7373
public Container Storage = default!;
7474

7575
[DataField, ViewVariables(VVAccess.ReadWrite)]
76-
public int Capacity = 10; // SS220 - microwave fix 10 -> 15
76+
public int Capacity = 15; // SS220 - microwave fix 10 -> 15
7777

7878
[DataField, ViewVariables(VVAccess.ReadWrite)]
7979
public ProtoId<ItemSizePrototype> MaxItemSize = "Normal";

0 commit comments

Comments
 (0)