Skip to content

Commit

Permalink
fixed urn lable slot
Browse files Browse the repository at this point in the history
  • Loading branch information
ErhardSteinhauer committed Dec 23, 2023
1 parent 9145d50 commit 4759798
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions Resources/Prototypes/_NF/Entities/Objects/Misc/mortuary_urn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,36 +16,38 @@
price: 20
- type: ItemSlots
slots:
ashes:
ashes_slot:
insertVerbText: Put Ashes
ejectVerbText: Empty Ashes
name: Urn Contents
startingItem: null
whitelist:
tags:
- Trash
- Ash
- Ectoplasm
insertOnInteract: false
priority: 1
label:
label_slot:
insertVerbText: Attach Label
ejectVerbText: Remove Label
name: Urn Label
startingItem: null
whitelist:
components:
tags:
- Document
insertOnInteract: false
priority: 2
- type: ContainerContainer
containers:
storagebase: !type:Container
ents: []
ashes: !type:ContainerSlot {}
label: !type:ContainerSlot {}
ashes_slot: !type:ContainerSlot {}
label_slot: !type:ContainerSlot {}
- type: Appearance
- type: ItemMapper
mapLayers:
label:
whitelist:
tags:
- Document
sprite: _NF/Objects/Misc/mortuary_urn.rsi
- type: Appearance
sprite: _NF/Objects/Misc/mortuary_urn.rsi

0 comments on commit 4759798

Please sign in to comment.