Skip to content

Commit

Permalink
i forgot capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazzi0706 committed Feb 3, 2024
1 parent 893106d commit 7c30bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Kitchen/Components/MicrowaveComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public sealed partial class MicrowaveComponent : Component
public Container Storage = default!;

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

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

0 comments on commit 7c30bd3

Please sign in to comment.