mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
only change alert level on non-syndi nukes
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user