mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
73a95ed5df
* Overmap Announcements * overdoing it a little * update cl * whoops
12 lines
478 B
Plaintext
12 lines
478 B
Plaintext
/datum/event/grid_check //NOTE: Times are measured in master controller ticks!
|
|
announceWhen = 5
|
|
no_fake = 1
|
|
|
|
/datum/event/grid_check/start()
|
|
..()
|
|
|
|
power_failure(0, severity)
|
|
|
|
/datum/event/grid_check/announce()
|
|
command_announcement.Announce("Abnormal activity detected in [station_name()]'s powernet. As a precautionary measure, the power will be shut off for an indeterminate duration.", "Automated Grid Check", new_sound = 'sound/AI/poweroff.ogg', zlevels = affecting_z)
|