Player Z-tracking, again
This commit is contained in:
committed by
CitadelStationBot
parent
e5671eece5
commit
c27c52cf58
@@ -130,9 +130,12 @@
|
||||
return
|
||||
|
||||
if(destination_z)
|
||||
var/old_z = A.z
|
||||
A.x = destination_x
|
||||
A.y = destination_y
|
||||
A.z = destination_z
|
||||
if (old_z != destination_z)
|
||||
A.onTransitZ(old_z, destination_z)
|
||||
|
||||
if(isliving(A))
|
||||
var/mob/living/L = A
|
||||
|
||||
Reference in New Issue
Block a user