Skip to content

Commit

Permalink
Update mob_status_procs.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
realkhad committed Jul 26, 2023
1 parent dd643a8 commit cbe2ec9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/mob/mob_status_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
handle_regular_status_updates(FALSE)
update_canmove()
knocked_down_timer = null
if(isxeno(src) && !resting) // !resting because we dont wanna prematurely update wounds if they're just trying to rest
var/mob/living/carbon/xenomorph/xeno = src
xeno.update_wounds()

/mob/proc/knocked_down_callback_check()
if(knocked_down && knocked_down < recovery_constant)
Expand Down

0 comments on commit cbe2ec9

Please sign in to comment.