From 09d713e1f84ed202dc1ea2ce716f0ee11c7dd51c Mon Sep 17 00:00:00 2001 From: 20kdc Date: Tue, 19 Oct 2021 08:22:41 +0100 Subject: [PATCH] Make freezers rotatable (#4940) * Make freezers rotatable * Fix freezer sprite oddities via the noRot use Has to be done this way for what is essentially consistency reasons --- .../Entities/Structures/Piping/Atmospherics/pipes.yml | 2 +- .../Entities/Structures/Piping/Atmospherics/unary.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/pipes.yml b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/pipes.yml index 70104a0882..3deafa0cf7 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/pipes.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/pipes.yml @@ -54,7 +54,7 @@ sprite: Structures/Piping/Atmospherics/pipe.rsi drawdepth: BelowFloor netsync: false - noRot: true # TODO: This is a hack so pipe connectors don't look wrong. + noRot: true # TODO: This is a hack so pipe connectors don't look wrong. Also see BaseGasThermoMachine. - type: Appearance visuals: - type: PipeConnectorVisualizer diff --git a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml index f628e58595..7082154d40 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml @@ -124,10 +124,12 @@ - type: Sprite netsync: false sprite: Structures/Piping/Atmospherics/thermomachine.rsi + noRot: true # TODO: This is a hack so pipe connectors don't look wrong. Also see GasPipeBase. - type: Appearance visuals: - type: PipeConnectorVisualizer - type: PipeColorVisualizer + - type: Rotatable - type: GasThermoMachine - type: AtmosPipeColor - type: AtmosDevice