New Science Biosuit Locker Sprite (#36929)

* first commit, slightly broken

* fixed meta json

* reverse accidental cmo inclusion
This commit is contained in:
UpAndLeaves
2025-04-27 00:45:10 +01:00
committed by GitHub
parent 34e67f71ba
commit 9fc6de35df
6 changed files with 22 additions and 2 deletions

View File

@@ -41,7 +41,7 @@
- type: entity
id: ClosetL3ScienceFilled
suffix: Filled, Science
parent: ClosetL3Virology
parent: ClosetL3Science
components:
- type: StorageFill
contents:

View File

@@ -105,6 +105,17 @@
stateDoorOpen: bio_open
stateDoorClosed: bio_door
# Science Variant
- type: entity
id: ClosetL3Science
parent: ClosetL3
components:
- type: Appearance
- type: EntityStorageVisuals
stateBaseClosed: bio_sci
stateDoorOpen: bio_sci_open
stateDoorClosed: bio_sci_door
# Virology variant
- type: entity
id: ClosetL3Virology