[READY]Ports /tg/station pixel projectiles, processing subsystems, timer subsystems, and some misc stuff to make it all work

This commit is contained in:
Neerti
2019-01-26 04:25:17 -05:00
committed by Novacat
parent 1b2116bf80
commit 3256202407
86 changed files with 4372 additions and 1777 deletions

View File

@@ -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))