diff --git a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/special.yml b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/special.yml index 5e88efef4a2c..bfb66745a9cd 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/special.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/special.yml @@ -13,7 +13,6 @@ - type: Sprite sprite: SS220/Structures/Piping/Atmospherics/tinyfan.rsi #ss220-engineering-update-atmos state: icon - noRot: true #ss220-atmos-sprite-update - type: Fixtures fixtures: fix1: diff --git a/Resources/Textures/SS220/Structures/Piping/Atmospherics/gascanisterport.rsi/gasCanisterPort.png b/Resources/Textures/SS220/Structures/Piping/Atmospherics/gascanisterport.rsi/gasCanisterPort.png index 2bea5c9b5ca2..ec8f634a512c 100644 Binary files a/Resources/Textures/SS220/Structures/Piping/Atmospherics/gascanisterport.rsi/gasCanisterPort.png and b/Resources/Textures/SS220/Structures/Piping/Atmospherics/gascanisterport.rsi/gasCanisterPort.png differ diff --git a/Resources/Textures/SS220/Structures/Piping/Atmospherics/gascanisterport.rsi/meta.json b/Resources/Textures/SS220/Structures/Piping/Atmospherics/gascanisterport.rsi/meta.json index 2eec773f45e6..8fc65f1b5aa1 100644 --- a/Resources/Textures/SS220/Structures/Piping/Atmospherics/gascanisterport.rsi/meta.json +++ b/Resources/Textures/SS220/Structures/Piping/Atmospherics/gascanisterport.rsi/meta.json @@ -1,5 +1,5 @@ { - "version": 1, + "version": 2, "license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", "copyright": "by MIXnikita (Github) for SS220", "size": { @@ -8,7 +8,8 @@ }, "states": [ { - "name": "gasCanisterPort" + "name": "gasCanisterPort", + "directions": 4 } ] } diff --git a/Resources/Textures/SS220/Structures/Piping/Atmospherics/pump.rsi/meta.json b/Resources/Textures/SS220/Structures/Piping/Atmospherics/pump.rsi/meta.json index 70ed70474b53..6a626b3155ab 100644 --- a/Resources/Textures/SS220/Structures/Piping/Atmospherics/pump.rsi/meta.json +++ b/Resources/Textures/SS220/Structures/Piping/Atmospherics/pump.rsi/meta.json @@ -43,10 +43,10 @@ "name": "pumpPressureOn", "directions": 4, "delays": [ - [ 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08 ], - [ 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08 ], - [ 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08 ], - [ 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08 ] + [ 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16 ], + [ 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16 ], + [ 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16 ], + [ 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16 ] ] }, { diff --git a/Resources/Textures/SS220/Structures/Piping/Atmospherics/tinyfan.rsi/icon.png b/Resources/Textures/SS220/Structures/Piping/Atmospherics/tinyfan.rsi/icon.png index acd98d38e4c0..23c6e3fe0909 100644 Binary files a/Resources/Textures/SS220/Structures/Piping/Atmospherics/tinyfan.rsi/icon.png and b/Resources/Textures/SS220/Structures/Piping/Atmospherics/tinyfan.rsi/icon.png differ diff --git a/Resources/Textures/SS220/Structures/Piping/Atmospherics/tinyfan.rsi/meta.json b/Resources/Textures/SS220/Structures/Piping/Atmospherics/tinyfan.rsi/meta.json index 928250065c5b..4b871416e4bb 100644 --- a/Resources/Textures/SS220/Structures/Piping/Atmospherics/tinyfan.rsi/meta.json +++ b/Resources/Textures/SS220/Structures/Piping/Atmospherics/tinyfan.rsi/meta.json @@ -9,8 +9,11 @@ "states": [ { "name": "icon", - "directions": 1, + "directions": 4, "delays": [ + [ 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08 ], + [ 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08 ], + [ 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08 ], [ 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08 ] ] }