mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-07-12 08:43:38 +01:00
Fixes genewebs being impossibly impassable
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
/obj/structure/spider/stickyweb/CanPass(atom/movable/mover, turf/target)
|
||||
if (genetic)
|
||||
return
|
||||
return TRUE
|
||||
if(istype(mover, /mob/living/simple_animal/hostile/poison/giant_spider))
|
||||
return TRUE
|
||||
else if(isliving(mover))
|
||||
|
||||
Reference in New Issue
Block a user