Merge pull request #9771 from Ghommie/Ghommie-cit338

Porting Robustin's Syndicate Infiltrator PR from tee-gee
This commit is contained in:
kevinz000
2019-11-12 23:58:46 -07:00
committed by GitHub
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