From 1e14b94da66b1a7f75e1015f8bf58581bac0f41b Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Tue, 14 Oct 2025 20:04:25 +0100 Subject: [PATCH] fix special scrubber/vent tags (#36326) Co-authored-by: deltanedas <@deltanedas:kde.org> --- .../Entities/Structures/Specific/Atmospherics/sensor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml b/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml index 68d015d0de..9a5cbbce15 100644 --- a/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml +++ b/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml @@ -25,10 +25,6 @@ Ammonia: stationAmmonia NitrousOxide: stationNO Frezon: danger - - type: Tag - tags: - - AirSensor - - ForceFixRotations - type: GuideHelp guides: - DeviceMonitoringAndControl @@ -90,6 +86,10 @@ enum.PowerDeviceVisualLayers.Powered: True: { state: gsensor1 } False: { state: gsensor0 } + - type: Tag + tags: + - AirSensor + - ForceFixRotations - type: entity parent: BaseItem -- 2.51.2