Update mobs.dm

This commit is contained in:
Yawet330
2023-08-22 15:59:16 +01:00
committed by GitHub
parent cc8d4309ef
commit fbfa55ad77
+1 -1
View File
@@ -63,7 +63,7 @@
var/mod = CONFIG_GET(number/movedelay/walk_delay)
multiplicative_slowdown = isnum(mod)? mod : initial(multiplicative_slowdown)
/datum/movespeed_modifier/config_wak_run/walk/apply_multiplicative(existing, mob/target)
/datum/movespeed_modifier/config_walk_run/walk/apply_multiplicative(existing, mob/target)
. = ..()
if(HAS_TRAIT(target, TRAIT_SPEEDY_STEP))
. -= 1.25