Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/human/life/handle_regular_statu…
Browse files Browse the repository at this point in the history
…s_updates.dm

Co-authored-by: Doubleumc <[email protected]>
  • Loading branch information
Merrgear and Doubleumc authored Aug 19, 2024
1 parent 95edb35 commit d0915f7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@

//UNCONSCIOUS. NO-ONE IS HOME
if(regular_update && ((getOxyLoss() > 50)))
apply_effect(3, WEAKEN)
KnockDown(3)
Stun(3)

if((src.species.flags & HAS_HARDCRIT) && HEALTH_THRESHOLD_CRIT > health)
var/already_in_crit = FALSE
Expand Down

0 comments on commit d0915f7

Please sign in to comment.