Skip to content

Commit

Permalink
Update life.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers authored May 24, 2024
1 parent f59bef5 commit 20b7835
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/mob/living/carbon/xenomorph/life.dm
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,9 @@ Make sure their actual health updates immediately.*/
if(interference)
interference = max(interference-2, 0)

if(interference_grace_period)
interference_grace_period = max(interference_grace_period - 2, 0)

if(observed_xeno && observed_xeno.interference)
overwatch(observed_xeno,TRUE)

Expand Down

0 comments on commit 20b7835

Please sign in to comment.