mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
APC False Alarm Fix (#20915)
APC alarms screaming for some reason on live after adding an alarm to try to catch failure_timer settings from electrical storms. Revert extra alarming now, debug later! --------- Signed-off-by: Batrachophreno <Batrochophreno@gmail.com>
This commit is contained in:
@@ -941,7 +941,6 @@ ABSTRACT_TYPE(/obj/machinery/power/apc)
|
||||
area.power_equip = (equipment > 1)
|
||||
area.power_environ = (environ > 1)
|
||||
else
|
||||
GLOB.power_alarm.triggerAlarm(loc, src)
|
||||
area.power_light = FALSE
|
||||
area.power_equip = FALSE
|
||||
area.power_environ = FALSE
|
||||
|
||||
Reference in New Issue
Block a user