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
+1 -1
View File
@@ -179,7 +179,7 @@ var/specops_shuttle_timeleft = 0
user << "\red Access Denied."
return
if (sent_strike_team == 0)
if (sent_strike_team == 0 && send_emergency_team == 0)
usr << "\red The strike team has not yet deployed."
return