Fixes genewebs being impossibly impassable
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
/obj/structure/spider/stickyweb/CanPass(atom/movable/mover, turf/target)
|
/obj/structure/spider/stickyweb/CanPass(atom/movable/mover, turf/target)
|
||||||
if (genetic)
|
if (genetic)
|
||||||
return
|
return TRUE
|
||||||
if(istype(mover, /mob/living/simple_animal/hostile/poison/giant_spider))
|
if(istype(mover, /mob/living/simple_animal/hostile/poison/giant_spider))
|
||||||
return TRUE
|
return TRUE
|
||||||
else if(isliving(mover))
|
else if(isliving(mover))
|
||||||
|
|||||||
Reference in New Issue
Block a user