From 375aad112827600096f8e67eeed3b6e12e1086b0 Mon Sep 17 00:00:00 2001 From: vulppine Date: Sat, 20 Aug 2022 00:07:48 -0700 Subject: [PATCH] sensor updates --- .../Entities/Structures/Specific/Atmospherics/sensor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml b/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml index 02077a0824..81a950bdde 100644 --- a/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml +++ b/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml @@ -23,6 +23,8 @@ acts: ["Destruction"] - type: Physics canCollide: false + - type: Clickable + - type: InteractionOutline - type: ApcPowerReceiver - type: ExtensionCableReceiver - type: DeviceNetwork @@ -34,6 +36,8 @@ - type: DeviceList - type: WiredNetworkConnection - type: AtmosDevice + - type: AtmosAlarmable + alarmedBy: ["AirSensor"] - type: AtmosMonitor temperatureThreshold: stationTemperature pressureThreshold: stationPressure