Skip to content

Commit

Permalink
Fixes stagger and slowdown recovery (#13567)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumipharon authored Jul 26, 2023
1 parent 8577b75 commit 22bc624
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion code/modules/mob/living/carbon/life.dm
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@
if(81 to INFINITY)
reagent_shock_modifier += PAIN_REDUCTION_HEAVY

handle_stagger()
handle_disabilities()

/mob/living/carbon/proc/handle_impaired_vision()
Expand Down
5 changes: 0 additions & 5 deletions code/modules/mob/living/carbon/xenomorph/life.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
update_action_button_icons()
update_icons(FALSE)

/mob/living/carbon/xenomorph/handle_status_effects()
. = ..()
handle_stagger() // 1 each time
handle_slowdown() // 0.4 each time

/mob/living/carbon/xenomorph/handle_fire()
. = ..()
if(.)
Expand Down

0 comments on commit 22bc624

Please sign in to comment.