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:
Batrachophreno
2025-06-30 22:23:58 +00:00
committed by GitHub
parent 2b0f814bb7
commit 714ca4f8f9
2 changed files with 58 additions and 1 deletions
-1
View File
@@ -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