New Science Biosuit Locker Sprite (#36929)
* first commit, slightly broken * fixed meta json * reverse accidental cmo inclusion
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
- type: entity
|
||||
id: ClosetL3ScienceFilled
|
||||
suffix: Filled, Science
|
||||
parent: ClosetL3Virology
|
||||
parent: ClosetL3Science
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
|
||||
@@ -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
|
||||
|
||||
BIN
Resources/Textures/Structures/Storage/closet.rsi/bio_sci.png
Normal file
BIN
Resources/Textures/Structures/Storage/closet.rsi/bio_sci.png
Normal file
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 |
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user