Add suit storage (#7531)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Inventory;
|
||||
@@ -26,5 +26,6 @@ public enum SlotFlags
|
||||
POCKET = 1 << 12,
|
||||
LEGS = 1 << 13,
|
||||
FEET = 1 << 14,
|
||||
SUITSTORAGE = 1 << 15,
|
||||
All = ~NONE,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user