Fix some closets being not deconstructable (#23054)

* sss

* price change
This commit is contained in:
lzk
2024-01-16 10:23:26 +01:00
committed by GitHub
parent 4df9bdeded
commit a2c3ec6c47
4 changed files with 7 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
parent: BaseStructureDynamic
name: closet
description: A standard-issue Nanotrasen storage unit.
abstract: true
components:
- type: ResistLocker
- type: Transform
@@ -87,6 +88,8 @@
stateBaseClosed: generic
stateDoorOpen: generic_open
stateDoorClosed: generic_door
- type: StaticPrice
price: 50
# steel closet base (that can be constructed/deconstructed)
- type: entity

View File

@@ -1,4 +1,4 @@
# Tool closet
# Tool closet
- type: entity
id: ClosetTool
name: tool closet
@@ -67,7 +67,7 @@
- type: entity
id: ClosetJanitorBomb
name: janitorial bomb suit closet
parent: ClosetBase
parent: ClosetSteelBase
description: It's a storage unit for janitorial explosion-protective suits.
suffix: DO NOT MAP
components:

View File

@@ -1,7 +1,7 @@
# Base
- type: entity
id: WardrobeBase
parent: ClosetBase
parent: ClosetSteelBase
abstract: true
description: It's a storage unit for standard-issue Nanotrasen attire.

View File

@@ -129,6 +129,7 @@ DrinkGoldschlagerBottleFull: DrinkGildlagerBottleFull
DrinkGoldschlagerGlass: DrinkGildlagerGlass
# 2024-01-07
ClosetBase: ClosetSteelBase
MonkeyCubeBox: VariantCubeBox
# 2024-01-08