This commit is contained in:
Metis
2024-08-12 20:02:33 -04:00
parent 4decf2416a
commit af466e03cd
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -21,8 +21,7 @@
if(m_intent == MOVE_INTENT_WALK)
mod = CONFIG_GET(number/movedelay/walk_delay)
else
//mod = CONFIG_GET(number/movedelay/run_delay)
mod = 1.30
mod = CONFIG_GET(number/movedelay/run_delay)
if(!isnum(mod))
mod = 1
add_movespeed_modifier(MOVESPEED_ID_MOB_WALK_RUN_CONFIG_SPEED, TRUE, 100, override = TRUE, multiplicative_slowdown = mod)