Call parent if Z level transition fails (#28977)

This commit is contained in:
Migratingcocofruit
2025-04-13 12:39:27 +00:00
committed by GitHub
parent 25a850815c
commit df0b0200cf
+2
View File
@@ -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