diff --git a/Resources/Prototypes/Entities/Constructible/Ground/gascanisterports.yml b/Resources/Prototypes/Entities/Constructible/Ground/gascanisterports.yml index a38ca76f30..e23edfc1e3 100644 --- a/Resources/Prototypes/Entities/Constructible/Ground/gascanisterports.yml +++ b/Resources/Prototypes/Entities/Constructible/Ground/gascanisterports.yml @@ -10,6 +10,15 @@ - type: SnapGrid offset: Center - type: Sprite + sprite: Constructible/Atmos/gascanisterport.rsi + state: gasCanisterPort + - type: Icon + sprite: Constructible/Atmos/gascanisterport.rsi + state: gasCanisterPort + - type: Appearance + visuals: + - type: PipeVisualizer + pipeRSI: Constructible/Atmos/pipe.rsi - type: Damageable - type: Destructible thresholds: @@ -21,14 +30,11 @@ - type: entity parent: GasCanisterPortBase - id: FourwayGasCanisterPort - name: Fourway Gas Canister Port + id: GasCanisterPort + name: Gas Canister Port components: - type: NodeContainer nodes: - !type:PipeNode nodeGroupID: Pipe - pipeDirection: Fourway - - type: Sprite - sprite: Constructible/Power/smes.rsi - state: smes + pipeDirection: East diff --git a/Resources/Textures/Constructible/Atmos/gascanisterport.rsi/gasCanisterPort.png b/Resources/Textures/Constructible/Atmos/gascanisterport.rsi/gasCanisterPort.png new file mode 100644 index 0000000000..93a3d5fb6f Binary files /dev/null and b/Resources/Textures/Constructible/Atmos/gascanisterport.rsi/gasCanisterPort.png differ diff --git a/Resources/Textures/Constructible/Atmos/gascanisterport.rsi/meta.json b/Resources/Textures/Constructible/Atmos/gascanisterport.rsi/meta.json new file mode 100644 index 0000000000..6e45e0d979 --- /dev/null +++ b/Resources/Textures/Constructible/Atmos/gascanisterport.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Taken from https://github.com/tgstation/tgstation at commit 57cd1d59ca019dd0e7811ac451f295f818e573da", "states": [{"name": "gasCanisterPort", "directions": 1, "delays": [[1.0]]}]} \ No newline at end of file