- add: genitals
This commit is contained in:
17
Content.Shared/_Amour/Hole/HoleInventoryComponent.cs
Normal file
17
Content.Shared/_Amour/Hole/HoleInventoryComponent.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Content.Shared.Item;
|
||||
using Robust.Shared.Containers;
|
||||
using Robust.Shared.Prototypes;
|
||||
|
||||
namespace Content.Shared._Amour.Hole;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed partial class HoleInventoryComponent : Component
|
||||
{
|
||||
public const string SlotName = "Funny";
|
||||
|
||||
// Funny slot
|
||||
[DataField] public ProtoId<ItemSizePrototype> Size = "Small";
|
||||
[DataField] public ProtoId<ItemSizePrototype> MaxSize = "Normal";
|
||||
|
||||
[ViewVariables] public ContainerSlot Slot = default!;
|
||||
}
|
||||
Reference in New Issue
Block a user