mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Actually calls the ERT proc on red alert now. Hurr.
This commit is contained in:
@@ -58,6 +58,11 @@
|
|||||||
if(FA.z == 1)
|
if(FA.z == 1)
|
||||||
FA.overlays = list()
|
FA.overlays = list()
|
||||||
FA.overlays += image('icons/obj/monitors.dmi', "overlay_red")
|
FA.overlays += image('icons/obj/monitors.dmi', "overlay_red")
|
||||||
|
|
||||||
|
// trigger a response team
|
||||||
|
spawn
|
||||||
|
sleep(100)
|
||||||
|
if(security_level == SEC_LEVEL_RED) trigger_armed_response_team()
|
||||||
if(SEC_LEVEL_DELTA)
|
if(SEC_LEVEL_DELTA)
|
||||||
world << "<font size=4 color='red'>Attention! Delta security level reached!</font>"
|
world << "<font size=4 color='red'>Attention! Delta security level reached!</font>"
|
||||||
world << "<font color='red'>[config.alert_desc_delta]</font>"
|
world << "<font color='red'>[config.alert_desc_delta]</font>"
|
||||||
|
|||||||
Reference in New Issue
Block a user