Merge pull request #12830 from Funce/genetic-spider-fix
Fixes genewebs being impossibly impassable
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user