Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed May 13, 2024
1 parent 772d2f3 commit 2360314
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/mob/living/carbon/xenomorph/life.dm
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@

if(frenzy_aura != frenzy_new || warding_aura != warding_new || recovery_aura != recovery_new)
frenzy_aura = frenzy_new
warding_aura = warding_new
if(health > crit_health || warding_new > warding_aura || !check_weeds_for_healing())
warding_aura = warding_new
recovery_aura = recovery_new
recalculate_move_delay = TRUE
hud_set_pheromone()
Expand Down

0 comments on commit 2360314

Please sign in to comment.