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

View File

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

View File

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

View File

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