Update living.dm

This commit is contained in:
kevinz000
2020-01-22 01:51:56 -07:00
committed by GitHub
parent 871ae49192
commit afe9498ebe
@@ -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)
. = ..()