From c7e7ff40656df7eb59a3dcf214ff39874dce6849 Mon Sep 17 00:00:00 2001 From: py01 <60152240+collinlunn@users.noreply.github.com> Date: Tue, 20 Oct 2020 06:35:00 -0600 Subject: [PATCH] Scrubber and vent rotation fix (#2298) Co-authored-by: py01 --- .../Entities/Constructible/Ground/scrubbers.yml | 8 ++++---- .../Prototypes/Entities/Constructible/Ground/vents.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Prototypes/Entities/Constructible/Ground/scrubbers.yml b/Resources/Prototypes/Entities/Constructible/Ground/scrubbers.yml index 8cb3bd3d2d..4f45f0acf6 100644 --- a/Resources/Prototypes/Entities/Constructible/Ground/scrubbers.yml +++ b/Resources/Prototypes/Entities/Constructible/Ground/scrubbers.yml @@ -25,13 +25,13 @@ - type: entity parent: ScrubberBase - id: FromSouthScrubber - name: From South Scrubber + id: Scrubber + name: Scrubber components: - type: NodeContainer nodes: - !type:PipeNode nodeGroID: Pipe - pipeDirection: South + pipeDirection: East - type: PressureSiphon - scrubberOutletDirection: South + scrubberOutletDirection: East diff --git a/Resources/Prototypes/Entities/Constructible/Ground/vents.yml b/Resources/Prototypes/Entities/Constructible/Ground/vents.yml index 11e17988d9..6d84db2f63 100644 --- a/Resources/Prototypes/Entities/Constructible/Ground/vents.yml +++ b/Resources/Prototypes/Entities/Constructible/Ground/vents.yml @@ -25,13 +25,13 @@ - type: entity parent: VentBase - id: FromSouthVent - name: From South Vent + id: Vent + name: Vent components: - type: NodeContainer nodes: - !type:PipeNode nodeGroupID: Pipe - pipeDirection: South + pipeDirection: East - type: PressureVent - ventInletDirection: South + ventInletDirection: East