diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 7cc8a1b0ff4..03b3ec962f8 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -177,17 +177,19 @@ f_loss += 60 - if (!prob(getarmor(null, "bomb"))) + if (prob(getarmor(null, "bomb"))) b_loss = b_loss/1.5 f_loss = f_loss/1.5 if (!istype(ears, /obj/item/clothing/ears/earmuffs)) ear_damage += 30 ear_deaf += 120 + if (prob(70) && !shielded) + Paralyse(10) if(3.0) b_loss += 30 - if (!prob(getarmor(null, "bomb"))) + if (prob(getarmor(null, "bomb"))) b_loss = b_loss/2 if (!istype(ears, /obj/item/clothing/ears/earmuffs)) ear_damage += 15