From 3a6d472fc7d94261ec5fbd24c55788cbb9d8ece8 Mon Sep 17 00:00:00 2001 From: Superlagg Date: Thu, 5 Oct 2023 09:42:49 -0700 Subject: [PATCH] Ive fallen and I can get up! --- code/modules/mob/living/carbon/human/human_mobility.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_mobility.dm b/code/modules/mob/living/carbon/human/human_mobility.dm index 17ba8cfc0d3..727606c72a8 100644 --- a/code/modules/mob/living/carbon/human/human_mobility.dm +++ b/code/modules/mob/living/carbon/human/human_mobility.dm @@ -38,7 +38,7 @@ visible_message(span_notice("[standupwarning]"), usernotice, vision_distance = 5) if(HAS_TRAIT(src, TRAIT_ENDLESS_RUNNER)) totaldelay = 0.1 SECONDS // =3 - if(do_after(src, totaldelay, target = src, required_mobility_flags = MOBILITY_RESIST)) + if(do_after(src, totaldelay, FALSE, src, required_mobility_flags = MOBILITY_RESIST, allow_movement = TRUE, stay_close = FALSE)) set_resting(FALSE, TRUE) combat_flags &= ~COMBAT_FLAG_RESISTING_REST