Skip to content

Commit

Permalink
Revert "12312321"
Browse files Browse the repository at this point in the history
This reverts commit 1d87a2f.
  • Loading branch information
Anorak2024 committed Aug 22, 2024
1 parent 1d87a2f commit fd908fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/simple_animal/hulk.dm
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
custom_emote(EMOTE_AUDIBLE, "задыха%(ет,ют)%ся")

SetWeakened(0)
adjustBruteLoss(modifier - health_regen)
adjustBruteLoss(modifier - health_regen * 4)

if(health < 1)
death()
Expand Down

0 comments on commit fd908fd

Please sign in to comment.