diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Storage/crates.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Storage/crates.yml index 3ef868725bb..e28c299a794 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Storage/crates.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Storage/crates.yml @@ -342,7 +342,7 @@ parent: BaseStructureDynamic id: N14CrateBreakBase name: wooden crate - description: Might have to break it to see whats inside. + description: A wooden crate for storage. abstract: true components: - type: Damageable @@ -371,11 +371,14 @@ grid: - 0,0,6,3 maxItemSize: Huge + - type: UserInterface + interfaces: + - key: enum.StorageUiKey.Key + type: StorageBoundUserInterface - type: ContainerContainer containers: storagebase: !type:Container ents: [] - # TODO: Add crate deconstruction - type: entity parent: N14CrateBreakBase