From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:33:03 +0000 (+0200) Subject: Give passive vents the correct sprite (#29536) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=418fc79698d1f70783b09d47bfa7f6cc0f5f74b8;p=space-station-14.git Give passive vents the correct sprite (#29536) give passive vents the correct sprite --- diff --git a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml index 207d5ee692..57d069c72f 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml @@ -76,7 +76,6 @@ placement: mode: SnapgridCenter components: - # TODO ATMOS: Find sprite for this. - type: Sprite drawdepth: FloorObjects sprite: Structures/Piping/Atmospherics/vent.rsi @@ -84,7 +83,7 @@ - sprite: Structures/Piping/Atmospherics/pipe.rsi state: pipeHalf map: [ "enum.PipeVisualLayers.Pipe" ] - - state: vent_off + - state: vent_passive map: [ "enum.SubfloorLayers.FirstLayer" ] - type: Appearance - type: PipeColorVisuals diff --git a/Resources/Textures/Structures/Piping/Atmospherics/vent.rsi/meta.json b/Resources/Textures/Structures/Piping/Atmospherics/vent.rsi/meta.json index 0d11425210..4e1733df55 100644 --- a/Resources/Textures/Structures/Piping/Atmospherics/vent.rsi/meta.json +++ b/Resources/Textures/Structures/Piping/Atmospherics/vent.rsi/meta.json @@ -7,6 +7,10 @@ "license":"CC-BY-SA-3.0", "copyright":"Taken from https://github.com/BeeStation/BeeStation-Hornet at commit 4ccd79de285e79e504308bcd6fa5908d6b7685f7", "states":[ + { + "name":"vent_passive", + "directions" : 4 + }, { "name":"vent_off", "directions" : 4 diff --git a/Resources/Textures/Structures/Piping/Atmospherics/vent.rsi/vent_passive.png b/Resources/Textures/Structures/Piping/Atmospherics/vent.rsi/vent_passive.png new file mode 100644 index 0000000000..5ff27ef759 Binary files /dev/null and b/Resources/Textures/Structures/Piping/Atmospherics/vent.rsi/vent_passive.png differ