Skip to content

Commit

Permalink
draft
Browse files Browse the repository at this point in the history
  • Loading branch information
RUTGMC4429 committed Dec 26, 2024
1 parent 60196ab commit 86604ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/species/_species.dm
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
else
damage = victim.modify_by_armor(damage, blocked, penetration, def_zone)

if(victim.protection_aura)
if(victim.protection_aura) //MARKER
damage = round(damage * ((20 - victim.protection_aura) / 20))

if(!damage)
Expand Down

0 comments on commit 86604ba

Please sign in to comment.