From 16c14b55ae930a2bda40a9667d3e7a959dadb69f Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Wed, 22 Jan 2020 01:52:43 -0700 Subject: [PATCH] Update game_options.dm --- code/controllers/configuration/entries/game_options.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/controllers/configuration/entries/game_options.dm b/code/controllers/configuration/entries/game_options.dm index b3668bc728..a3bc47ac91 100644 --- a/code/controllers/configuration/entries/game_options.dm +++ b/code/controllers/configuration/entries/game_options.dm @@ -249,16 +249,16 @@ /datum/config_entry/number/movedelay/walk_delay -/datum/config_entry/number/sprint_speed_increase +/datum/config_entry/number/movedelay/sprint_speed_increase config_entry_value = 1 -/datum/config_entry/number/sprint_buffer_max +/datum/config_entry/number/movedelay/sprint_buffer_max config_entry_value = 42 -/datum/config_entry/number/sprint_stamina_cost +/datum/config_entry/number/movedelay/sprint_stamina_cost config_entry_value = 0.7 -/datum/config_entry/number/sprint_buffer_regen_per_ds +/datum/config_entry/number/movedelay/sprint_buffer_regen_per_ds config_entry_value = 0.3 /////////////////////////////////////////////////Outdated move delay