Porting Robustin's Syndicate Infiltrator PR

This commit is contained in:
Ghommie
2019-11-11 18:49:18 +01:00
parent c4849ead74
commit 42d9e3cf51
7 changed files with 236 additions and 179 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