Removes old height parameter from CanPass proc (#29218)

This commit is contained in:
AnturK
2017-07-13 08:57:25 -03:00
committed by KorPhaeron
parent 7a26305498
commit d3bcb4cbf9
46 changed files with 57 additions and 101 deletions
+1 -1
View File
@@ -118,7 +118,7 @@
else
..()
/obj/structure/holohoop/CanPass(atom/movable/mover, turf/target, height=0)
/obj/structure/holohoop/CanPass(atom/movable/mover, turf/target)
if (isitem(mover) && mover.throwing)
var/obj/item/I = mover
if(istype(I, /obj/item/projectile))