From 37619183d16692c24996a888375adb8b956ed456 Mon Sep 17 00:00:00 2001 From: Katskan Date: Wed, 26 Jul 2023 08:45:38 -0400 Subject: [PATCH] Matches dodge chance to previous value --- code/modules/mob/living/carbon/human/species/synthetic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/synthetic.dm b/code/modules/mob/living/carbon/human/species/synthetic.dm index bfd3c74eb57b..d33ada0bd171 100644 --- a/code/modules/mob/living/carbon/human/species/synthetic.dm +++ b/code/modules/mob/living/carbon/human/species/synthetic.dm @@ -40,7 +40,7 @@ knock_down_reduction = 5 stun_reduction = 5 - acid_blood_dodge_chance = 25 + acid_blood_dodge_chance = 35 inherent_verbs = list( /mob/living/carbon/human/synthetic/proc/toggle_HUD,