Rejigging Item slots (#4933)
* itemslot overhaul * remove "shared" prefix * handle component shutdown * comments, cleanup, tests * comments and minor tweak * rename ItemSlotManagerState * fix swapping * fix merge * Add ItemSlot verb text override * fix merge (IEntity -> entityUid) * Fix merge (LabelSystem) * Fix merge (nuke disk) * fix test
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using Content.Shared.Containers.ItemSlots;
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.Serialization.Manager.Attributes;
|
||||
|
||||
@@ -12,6 +13,6 @@ namespace Content.Server.Labels.Components
|
||||
public override string Name => "PaperLabel";
|
||||
|
||||
[DataField("labelSlot")]
|
||||
public string LabelSlot = "labelSlot";
|
||||
public ItemSlot LabelSlot = new();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user