Skip to content

Commit

Permalink
Fixes evil goat (and hostile/retaliate animals proccing Retaliate() w…
Browse files Browse the repository at this point in the history
…hen hit while dead) (#16457)
  • Loading branch information
mrhugo13 authored Aug 12, 2024
1 parent 36bcfb2 commit a7e6f01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/mob/living/simple_animal/hostile/retaliate.dm
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@

/mob/living/simple_animal/hostile/retaliate/adjustBruteLoss(damage, updating_health = FALSE)
. = ..()
Retaliate()
if(stat < UNCONSCIOUS)
Retaliate()

0 comments on commit a7e6f01

Please sign in to comment.