diff --git a/code/modules/mob/living/carbon/human/species/_species.dm b/code/modules/mob/living/carbon/human/species/_species.dm index 52f09ed27e3..c7b5f8e741e 100644 --- a/code/modules/mob/living/carbon/human/species/_species.dm +++ b/code/modules/mob/living/carbon/human/species/_species.dm @@ -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)