Fixes grid check announcement

I'm quite sure that neither centcom nor sif infrastructure are affected by the event occuring on the station.
This commit is contained in:
Verkister
2022-12-06 15:35:02 +02:00
committed by GitHub
parent 76eb33df3d
commit fa285f457a

View File

@@ -64,8 +64,8 @@
/obj/machinery/power/grid_checker/proc/power_failure(var/announce = TRUE)
if(announce)
command_announcement.Announce("Abnormal activity detected in [station_name()]'s powernet. As a precautionary measure, \
the colony's power will be shut off for an indeterminate duration while the powernet monitor restarts automatically, or \
when Engineering can manually resolve the issue.",
the station's power will be shut off for an indeterminate duration while the powernet monitor restarts automatically, or \
when Engineering can manually resolve the issue.", //CHOMPEdit
"Critical Power Failure",
new_sound = 'sound/AI/poweroff.ogg')
power_failing = TRUE