mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
Requires the nuclear codes to unanchor an armed nuke (#17879)
This commit is contained in:
@@ -362,6 +362,9 @@ GLOBAL_VAR(bomb_set)
|
||||
to_chat(usr, "<span class='warning'>There is nothing to anchor to!</span>")
|
||||
return FALSE
|
||||
else
|
||||
if(!yes_code && anchored && timing)
|
||||
to_chat(usr, "<span class='warning'>The code is required to unanchor [src] when armed!</span>")
|
||||
return
|
||||
anchored = !(anchored)
|
||||
if(anchored)
|
||||
visible_message("<span class='warning'>With a steely snap, bolts slide out of [src] and anchor it to the flooring.</span>")
|
||||
|
||||
Reference in New Issue
Block a user