The direction of your character changes when moving inside a cardboard box (#92985)

This commit is contained in:
Ghom
2025-09-20 06:14:43 -04:00
committed by GitHub
parent ac69f60fe4
commit cd438cf794
@@ -44,7 +44,8 @@
return
move_delay = TRUE
var/oldloc = loc
try_step_multiz(direction);
try_step_multiz(direction)
user.setDir(dir)
if(oldloc != loc)
addtimer(CALLBACK(src, PROC_REF(ResetMoveDelay)), CONFIG_GET(number/movedelay/walk_delay) * move_speed_multiplier)
else