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

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

View File

@@ -4,7 +4,7 @@
"x": 32,
"y": 32
},
"copyright": "Taken from tgstation, brigmedic locker is a resprited CMO locker by PuroSlavKing (Github), n2 sprites based on fire and emergency sprites, genpop lockers by EmoGarbage404 (github)",
"copyright": "Taken from tgstation, brigmedic locker is a resprited CMO locker by PuroSlavKing (Github), n2 sprites based on fire and emergency sprites, genpop lockers by EmoGarbage404 (github), sci bio locker is a resprited bio viro locker by Alpha-Two (github)",
"license": "CC-BY-SA-3.0",
"states": [
{
@@ -73,6 +73,15 @@
{
"name": "bio_open"
},
{
"name": "bio_sci"
},
{
"name": "bio_sci_door"
},
{
"name": "bio_sci_open"
},
{
"name": "bio_sec"
},