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