Update arachnid.dm

This commit is contained in:
silicons
2020-12-22 17:43:41 -07:00
committed by GitHub
parent e319eab5d8
commit 0f16f866eb
@@ -139,6 +139,9 @@
if(E.web_ready == FALSE)
to_chat(H, "<span class='warning'>You need to wait awhile to regenerate web fluid.</span>")
return
if(!isliving(A) && A.anchored)
to_chat(H, "<span class='warning'>[A] is bolted to the floor!</span>")
return
if(!do_after(H, 10 SECONDS, 1, A))
to_chat(H, "<span class='warning'>Your web spinning was interrupted!</span>")
return