diff --git a/code/game/turfs/turf.dm b/code/game/turfs/turf.dm index 1a2577d95a1..258bd688cc3 100644 --- a/code/game/turfs/turf.dm +++ b/code/game/turfs/turf.dm @@ -866,6 +866,8 @@ if(destination_z) var/turf/T = locate(destination_x, destination_y, destination_z) user.forceMove(T) + return TRUE + return ..() /// Returns whether it is safe for an atom to move across this turf /// TODO: Things like lava will need to have more specialized code