Z Level Pull Fix Fix (#10793)

This commit is contained in:
Geeves
2020-12-15 18:18:50 -03:00
committed by GitHub
parent 509b1f7869
commit 9956dce898
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -80,7 +80,7 @@
// fall_collateral if the next turf is not open space.
if (isopenturf(victim.loc) && victim.loc:is_hole)
victim.forceMove(below)
if(victim.pulledby)
if(victim.pulledby && victim.pulledby.z != victim.z)
var/mob/M = victim.pulledby
M.stop_pulling()