From 6d3e788dd666cc5b2dad636643bf6e4ce9e5b356 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sat, 27 Apr 2024 23:17:23 +1000 Subject: [PATCH] Update cane UI key (#27395) * Update cane UI key * none of the pr passed ci yippee * weh --- .../Prototypes/Entities/Objects/Weapons/Melee/cane.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/cane.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/cane.yml index 9bb266bbde..5c26020d72 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/cane.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/cane.yml @@ -64,10 +64,11 @@ containers: storagebase: !type:Container ents: [] + item: !type:ContainerSlot - type: UserInterface interfaces: - - key: enum.StorageUiKey.Key - type: StorageBoundUserInterface + enum.StorageUiKey.Key: + type: StorageBoundUserInterface - type: ItemSlots slots: item: @@ -94,4 +95,4 @@ - type: ContainerFill containers: item: - - CaneBlade \ No newline at end of file + - CaneBlade -- 2.52.0