From 72d30724c4e0d1fff16b607c2c6275ea90e5426d Mon Sep 17 00:00:00 2001 From: E F R <602406+Efruit@users.noreply.github.com> Date: Sun, 10 Oct 2021 09:40:47 +0000 Subject: [PATCH] protoypes/atmos: fix trinary port directions (#4824) The trinary ports were assigned N/W/S, but the current sprite uses E/S/W. --- .../Entities/Structures/Piping/Atmospherics/trinary.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/trinary.yml b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/trinary.yml index 55b541dd2a..1858f0e8ea 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/trinary.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/trinary.yml @@ -11,15 +11,15 @@ inlet: !type:PipeNode nodeGroupID: Pipe - pipeDirection: North + pipeDirection: West filter: !type:PipeNode nodeGroupID: Pipe - pipeDirection: East + pipeDirection: South outlet: !type:PipeNode nodeGroupID: Pipe - pipeDirection: South + pipeDirection: East - type: entity parent: GasTrinaryBase