Removes old height parameter from CanPass proc
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
/mob/CanPass(atom/movable/mover, turf/target, height=0)
|
||||
if(height==0)
|
||||
return TRUE
|
||||
/mob/CanPass(atom/movable/mover, turf/target)
|
||||
if(istype(mover, /obj/item/projectile) || mover.throwing)
|
||||
return (!density || lying)
|
||||
if(mover.checkpass(PASSMOB))
|
||||
|
||||
Reference in New Issue
Block a user