Skip to content

Commit

Permalink
Merge pull request #3288 from Superlagg/scrambles-the-knockdown-dealer
Browse files Browse the repository at this point in the history
Moving and doing stuff doesnt reset the standup timer
  • Loading branch information
Tk420634 authored Oct 5, 2023
2 parents e0e3b54 + 3a6d472 commit 27bff16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human_mobility.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27bff16

Please sign in to comment.