Skip to content

Commit

Permalink
Fix some closets being not deconstructable (space-wizards#23054)
Browse files Browse the repository at this point in the history
* sss

* price change
  • Loading branch information
lzk228 authored Jan 16, 2024
1 parent 4df9bde commit a2c3ec6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
parent: BaseStructureDynamic
name: closet
description: A standard-issue Nanotrasen storage unit.
abstract: true
components:
- type: ResistLocker
- type: Transform
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tool closet
# Tool closet
- type: entity
id: ClosetTool
name: tool closet
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
1 change: 1 addition & 0 deletions Resources/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ DrinkGoldschlagerBottleFull: DrinkGildlagerBottleFull
DrinkGoldschlagerGlass: DrinkGildlagerGlass

# 2024-01-07
ClosetBase: ClosetSteelBase
MonkeyCubeBox: VariantCubeBox

# 2024-01-08
Expand Down

0 comments on commit a2c3ec6

Please sign in to comment.