mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Call parent if Z level transition fails (#28977)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user