Merge pull request #12830 from Funce/genetic-spider-fix

Fixes genewebs being impossibly impassable
This commit is contained in:
silicons
2020-07-20 10:49:10 -07:00
committed by GitHub

View File

@@ -69,6 +69,7 @@
if(prob(50))
to_chat(mover, "<span class='danger'>You get stuck in \the [src] for a moment.</span>")
return FALSE
return TRUE
else if(istype(mover, /obj/item/projectile))
return prob(30)