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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user