diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml index e29fdbafc6..b14535b7a2 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml @@ -197,6 +197,14 @@ - type: Sprite state: atmos +- type: entity + parent: BaseSign + id: SignAtmosMinsky + name: atmospherics sign + components: + - type: Sprite + state: atmominsky + - type: entity parent: BaseSign id: SignBar diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/atmominsky.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/atmominsky.png new file mode 100644 index 0000000000..3bd5488a62 Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/signs.rsi/atmominsky.png differ diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json b/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json index e389951cab..39a13029df 100644 --- a/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json +++ b/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 4e0bbe682d0a00192d24708fdb7031008aa03f18", + "copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 4e0bbe682d0a00192d24708fdb7031008aa03f18 and bee station at commit https://github.com/BeeStation/BeeStation-Hornet/commit/13dd5ac712385642574138f6d7b30eea7c2fab9c", "states": [ { "name": "ai", @@ -1094,6 +1094,14 @@ 1 ] ] + }, + { + "name": "atmominsky", + "delays": [ + [ + 1 + ] + ] } ] }