Added an emergency response team mechanism that will be triggered on code red after a while. Dubbed the station the NSS Exodus.

This commit is contained in:
cib
2012-01-06 02:49:24 -08:00
parent 5373dfe0cf
commit a7a42410ec
5 changed files with 2480 additions and 2461 deletions
@@ -58,6 +58,11 @@
if(FA.z == 1)
FA.overlays = list()
FA.overlays += image('monitors.dmi', "overlay_red")
// trigger a response team
spawn
sleep(6000)
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>"