Can no longer place an infinite quantity of items inside a microwave (#23577)
* initial commit * rewrote code to early return to reduce nesting * added VV to Capacity field of MicrowaveComponent
This commit is contained in:
@@ -66,6 +66,9 @@ namespace Content.Server.Kitchen.Components
|
||||
public int CurrentCookTimeButtonIndex;
|
||||
|
||||
public Container Storage = default!;
|
||||
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public int Capacity = 10;
|
||||
}
|
||||
|
||||
public sealed class BeingMicrowavedEvent : HandledEntityEventArgs
|
||||
|
||||
Reference in New Issue
Block a user