Movement configuration

This commit is contained in:
AffectedArc07
2021-05-17 17:47:34 +01:00
parent 8dd5dfbf7f
commit d68480b8b4
17 changed files with 46 additions and 46 deletions
@@ -24,7 +24,7 @@
var/oldloc = loc
step(src, direction)
if(oldloc != loc)
addtimer(CALLBACK(src, .proc/ResetMoveDelay), config.walk_speed)
addtimer(CALLBACK(src, .proc/ResetMoveDelay), GLOB.configuration.movement.base_walk_speed)
else
move_delay = FALSE