Skip to content

Commit

Permalink
crit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Mar 2, 2024
1 parent d77d5c6 commit 697668c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/borer/borer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ GLOBAL_LIST_EMPTY(living_borers)
return
else if(health <= 0) //in crit
handle_crit()
else if(health >= 1)
set_stat(CONSCIOUS)

/mob/living/carbon/cortical_borer/proc/handle_crit()
if(stat == DEAD || gibbing)
Expand Down

0 comments on commit 697668c

Please sign in to comment.