edge case

This commit is contained in:
kevinz000
2018-05-09 13:40:43 -05:00
committed by KorPhaeron
parent 783880b155
commit d2a9a1ddd2
+1 -1
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