Update arachnid.dm

This commit is contained in:
silicons
2020-12-22 17:47:53 -07:00
committed by GitHub
parent 0f16f866eb
commit 11722f6f5e
@@ -142,6 +142,9 @@
if(!isliving(A) && A.anchored)
to_chat(H, "<span class='warning'>[A] is bolted to the floor!</span>")
return
if(istype(A, /obj/structure/arachnid))
to_chat(H, "<span class='warning'>No double wrapping.</span>")
return
if(!do_after(H, 10 SECONDS, 1, A))
to_chat(H, "<span class='warning'>Your web spinning was interrupted!</span>")
return