Makes red alert and evacs silence the atc

Comments out military ships because lore for them is not finalized.
This commit is contained in:
Neerti
2017-03-13 07:41:10 -04:00
parent 9dbd05e8d4
commit b706595d57
4 changed files with 15 additions and 2 deletions
@@ -50,6 +50,11 @@
if(FA.z in using_map.contact_levels)
FA.set_security_level(newlevel)
if(level >= SEC_LEVEL_RED)
atc.reroute_traffic(yes = 1) // Tell them fuck off we're busy.
else
atc.reroute_traffic(yes = 0)
/proc/get_security_level()
switch(security_level)