From 86604ba8427d28ea912a25a5fc3df77be72cd242 Mon Sep 17 00:00:00 2001 From: "jaja4429+git@gmail.com" Date: Thu, 26 Dec 2024 12:49:17 +0100 Subject: [PATCH] draft --- code/modules/mob/living/carbon/human/species/_species.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)