mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 21:52:42 +00:00
CanPass errors
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
/obj/structure/table/CanPass(atom/movable/mover, turf/target, height=0, air_group=0)
|
||||
/obj/structure/table/CanPass(atom/movable/mover, turf/target, height, air_group)
|
||||
if(air_group || (height==0)) return 1
|
||||
if(istype(mover,/obj/item/projectile))
|
||||
return (check_cover(mover,target))
|
||||
|
||||
Reference in New Issue
Block a user