From: UpAndLeaves <92269094+Alpha-Two@users.noreply.github.com> Date: Sat, 26 Apr 2025 23:45:10 +0000 (+0100) Subject: New Science Biosuit Locker Sprite (#36929) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=9fc6de35df8e1c857166257cb267022d4dddc663;p=space-station-14.git New Science Biosuit Locker Sprite (#36929) * first commit, slightly broken * fixed meta json * reverse accidental cmo inclusion --- diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/biohazard.yml b/Resources/Prototypes/Catalog/Fills/Lockers/biohazard.yml index 842ab54ed0..0cd271fb7c 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/biohazard.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/biohazard.yml @@ -41,7 +41,7 @@ - type: entity id: ClosetL3ScienceFilled suffix: Filled, Science - parent: ClosetL3Virology + parent: ClosetL3Science components: - type: StorageFill contents: diff --git a/Resources/Prototypes/Entities/Structures/Storage/Closets/closets.yml b/Resources/Prototypes/Entities/Structures/Storage/Closets/closets.yml index 778c80e6fb..e00a8627e1 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Closets/closets.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Closets/closets.yml @@ -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 diff --git a/Resources/Textures/Structures/Storage/closet.rsi/bio_sci.png b/Resources/Textures/Structures/Storage/closet.rsi/bio_sci.png new file mode 100644 index 0000000000..a030c42090 Binary files /dev/null and b/Resources/Textures/Structures/Storage/closet.rsi/bio_sci.png differ diff --git a/Resources/Textures/Structures/Storage/closet.rsi/bio_sci_door.png b/Resources/Textures/Structures/Storage/closet.rsi/bio_sci_door.png new file mode 100644 index 0000000000..7d3fd38acd Binary files /dev/null and b/Resources/Textures/Structures/Storage/closet.rsi/bio_sci_door.png differ diff --git a/Resources/Textures/Structures/Storage/closet.rsi/bio_sci_open.png b/Resources/Textures/Structures/Storage/closet.rsi/bio_sci_open.png new file mode 100644 index 0000000000..d646994893 Binary files /dev/null and b/Resources/Textures/Structures/Storage/closet.rsi/bio_sci_open.png differ diff --git a/Resources/Textures/Structures/Storage/closet.rsi/meta.json b/Resources/Textures/Structures/Storage/closet.rsi/meta.json index 6dbdb4dba3..36807d8790 100644 --- a/Resources/Textures/Structures/Storage/closet.rsi/meta.json +++ b/Resources/Textures/Structures/Storage/closet.rsi/meta.json @@ -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" },