mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-27 10:02:12 +00:00
* Contract Hub + Pinpointer + more contracts * Show rep * Better errors * Dynamic hub * Bug fixes * Show items * No html in desc * compile * contractor support * limit * allow limits of 1 web edit * Equip and send partner + turf helper * working reinforcements * Cleanup * removing debug * blackout * test * Working buttons * no debug * prelight * finalized interface * better fit * hub icon * conflict * text * error * kit tweaks * items * fixup * fixup * bugfix * ui fix
16 lines
533 B
Plaintext
16 lines
533 B
Plaintext
/datum/round_event_control/grid_check
|
|
name = "Grid Check"
|
|
typepath = /datum/round_event/grid_check
|
|
weight = 10
|
|
max_occurrences = 3
|
|
|
|
/datum/round_event/grid_check
|
|
announceWhen = 1
|
|
startWhen = 1
|
|
|
|
/datum/round_event/grid_check/announce(fake)
|
|
priority_announce("Abnormal activity detected in [station_name()]'s powernet. As a precautionary measure, the station's power will be shut off for an indeterminate duration.", "Critical Power Failure", 'sound/ai/poweroff.ogg')
|
|
|
|
/datum/round_event/grid_check/start()
|
|
power_fail(30, 120)
|