Refactor ExtinguisherCabinet->ItemCabinet and actually maps them in, adds EntityWhitelist (#4154)

* i probably shouldnt have done this in one commit

* map nonsense

* fix example code

* unnecessary

* test

* reviews

* little fix for open datafield

* add soul
This commit is contained in:
mirrorcult
2021-06-08 19:10:29 -07:00
committed by GitHub
parent 07494e4059
commit 1c7285825c
18 changed files with 795 additions and 191 deletions

View File

@@ -0,0 +1,13 @@
### Used for item cabinet (fire extinguisher cabinets)
## Displayed when the item is successfully taken out of the cabinet.
comp-item-cabinet-successfully-taken = You take { THE($item) } from { THE($cabinet) }.
## Displayed in the context menu for the item cabinet.
comp-item-cabinet-eject-verb-text = Eject item
comp-item-cabinet-open-verb-text = Open
comp-item-cabinet-close-verb-text = Close