Actually calls the ERT proc on red alert now. Hurr.

This commit is contained in:
meyar
2013-06-12 17:23:39 -04:00
parent 6af53ddf1b
commit e259deba7c

View File

@@ -58,6 +58,11 @@
if(FA.z == 1)
FA.overlays = list()
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)
world << "<font size=4 color='red'>Attention! Delta security level reached!</font>"
world << "<font color='red'>[config.alert_desc_delta]</font>"