mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
update
This commit is contained in:
@@ -380,8 +380,10 @@
|
||||
victims += locate(/obj/screen/sprintbutton) in static_inventory
|
||||
victims += locate(/obj/screen/sprint_buffer) in sttatic_inventory
|
||||
if(victims)
|
||||
QDEL_LIST(victims)
|
||||
static_inventory -= victims
|
||||
if(mymob?.client)
|
||||
mymob.client.screen_objects -= victims
|
||||
QDEL_LIST(victims)
|
||||
|
||||
// make new ones
|
||||
using = new /obj/screen/mov_intent
|
||||
|
||||
@@ -293,6 +293,11 @@
|
||||
/datum/config_entry/flag/sprint_enabled
|
||||
config_entry_value = TRUE
|
||||
|
||||
/datum/config_entry/flag/sprint_enabled/ValidateAndSet(str_val)
|
||||
. = ..()
|
||||
for(var/datum/hud/human/H)
|
||||
H.assert_move_intent_ui()
|
||||
|
||||
/datum/config_entry/number/movedelay/sprint_speed_increase
|
||||
config_entry_value = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user