edge case

This commit is contained in:
kevinz000
2018-05-06 22:33:41 -07:00
committed by letterjay
parent 3d0ae0255b
commit 566ca84c21

View File

@@ -87,7 +87,7 @@
return FALSE
var/turf/there = get_turf(H)
return (H.z != 0 || (there && there.z == H.z))
return (H.z != 0 || (there && there.z == here.z))
return FALSE