Porting Robustin's Syndicate Infiltrator PR from tee-gee

This commit is contained in:
kevinz000
2021-01-02 16:53:52 -03:00
committed by Archie
parent 49f39f27db
commit 8e51c88d0e
7 changed files with 1405 additions and 1348 deletions
@@ -343,10 +343,10 @@
/obj/machinery/nuclearbomb/proc/set_anchor()
if(!isinspace())
anchored = !anchored
else
if(isinspace() && !anchored)
to_chat(usr, "<span class='warning'>There is nothing to anchor to!</span>")
else
anchored = !anchored
/obj/machinery/nuclearbomb/proc/set_safety()
safety = !safety