Skip to content

Commit

Permalink
nerfacidblood (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatarla authored Oct 10, 2024
1 parent 87c30be commit e1fc17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/damage_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@
span_danger("You are splattered with sizzling blood! IT BURNS!"))
if(victim.stat == CONSCIOUS && !(victim.species.species_flags & NO_PAIN))
victim.emote("scream")
victim.take_overall_damage(rand(15, 30), BURN, ACID, updating_health = TRUE)
victim.take_overall_damage(rand(5, 15), BURN, ACID, updating_health = TRUE)

0 comments on commit e1fc17c

Please sign in to comment.