From 34c5d9cdfa4415cb95a1cc6123a8dd0808131743 Mon Sep 17 00:00:00 2001 From: Benedict Date: Wed, 9 Aug 2023 10:27:29 -0400 Subject: [PATCH] Tweak --- code/modules/mob/living/carbon/human/species/zombie.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/zombie.dm b/code/modules/mob/living/carbon/human/species/zombie.dm index 20a3f6bb8c68..2226f3c80508 100644 --- a/code/modules/mob/living/carbon/human/species/zombie.dm +++ b/code/modules/mob/living/carbon/human/species/zombie.dm @@ -16,7 +16,7 @@ death_message = "seizes up and falls limp..." flags = NO_BREATHE|NO_CLONE_LOSS|NO_POISON|NO_NEURO|NO_SHRAPNEL mob_inherent_traits = list(TRAIT_FOREIGN_BIO) - brute_mod = 0.50 //Minor bullet resistance + brute_mod = 0.60 //Minor bullet resistance burn_mod = 0.8 //Lowered burn damage since it would 1-shot zombies from 2 to 0.8. speech_chance = 5 cold_level_1 = -1 //zombies don't mind the cold