for-the-strength-from-which-he-gives-is-unerring

This commit is contained in:
Fox McCloud
2019-10-05 02:08:11 -04:00
parent 5170f3fbae
commit 67dc33ac3f
141 changed files with 722 additions and 542 deletions
+2 -2
View File
@@ -115,14 +115,14 @@
var/obj/item/assembly/A = W
if(!A.secured && !secured)
attach_assembly(A, user)
return
return
if(isscrewdriver(W))
if(toggle_secure())
to_chat(user, "<span class='notice'>[src] is ready!</span>")
else
to_chat(user, "<span class='notice'>[src] can now be attached!</span>")
return
..()
return ..()
/obj/item/assembly/process()
STOP_PROCESSING(SSobj, src)