only change alert level on non-syndi nukes

This commit is contained in:
Markolie
2015-08-20 21:25:07 +02:00
parent 4bd4452086
commit 175bea62ca
2 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -37,7 +37,8 @@ var/const/NUCLEARBOMB_WIRE_SAFETY = 4
spawn(100)
N.safety = !N.safety
if(N.safety == 1)
set_security_level(N.previous_level)
if(!is_syndicate)
set_security_level(N.previous_level)
N.visible_message("\blue The [N] quiets down.")
if(!N.lighthack)
if (N.icon_state == "nuclearbomb2")