From afe9498ebe2ae4cba05144fa3340c3430cfac337 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Wed, 22 Jan 2020 01:51:56 -0700 Subject: [PATCH] Update living.dm --- modular_citadel/code/modules/mob/living/living.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modular_citadel/code/modules/mob/living/living.dm b/modular_citadel/code/modules/mob/living/living.dm index 536b7ece50..0caf548196 100644 --- a/modular_citadel/code/modules/mob/living/living.dm +++ b/modular_citadel/code/modules/mob/living/living.dm @@ -19,9 +19,9 @@ /mob/living/update_config_movespeed() . = ..() - sprint_buffer_max = CONFIG_GET(number/movespeed/sprint_buffer_max) - sprint_buffer_regen_ds = CONFIG_GET(number/movespeed/sprint_buffer_regen_per_ds) - sprint_stamina_cost = CONFIG_GET(number/movespeed/sprint_stamina_cost) + sprint_buffer_max = CONFIG_GET(number/movedelay/sprint_buffer_max) + sprint_buffer_regen_ds = CONFIG_GET(number/movedelay/sprint_buffer_regen_per_ds) + sprint_stamina_cost = CONFIG_GET(number/movedelay/sprint_stamina_cost) /mob/living/movement_delay(ignorewalk = 0) . = ..()