diff --git a/code/modules/mob/living/carbon/human/species/synthetic.dm b/code/modules/mob/living/carbon/human/species/synthetic.dm index 8edb8523f36b..2534e02e5a15 100644 --- a/code/modules/mob/living/carbon/human/species/synthetic.dm +++ b/code/modules/mob/living/carbon/human/species/synthetic.dm @@ -38,8 +38,8 @@ "brain" = /datum/internal_organ/brain/prosthetic, ) - knock_down_reduction = 5 - stun_reduction = 5 + knock_down_reduction = 2.5 + stun_reduction = 2.5 acid_blood_dodge_chance = 25 inherent_verbs = list( @@ -88,8 +88,8 @@ default_lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_INVISIBLE - knock_down_reduction = 3.5 - stun_reduction = 3.5 + knock_down_reduction = 2.5 + stun_reduction = 2.5 /datum/species/synthetic/colonial/colonial_gen_two