From 967b8288ff3cb852974676bb904e0248935e9e57 Mon Sep 17 00:00:00 2001 From: Pidgey <35320204+PidgeyThePirate@users.noreply.github.com> Date: Sat, 28 Sep 2019 12:20:33 +1000 Subject: [PATCH] Reduces slime damage mod to 150% from 250%. --- code/modules/mob/living/carbon/human/species/slime.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/slime.dm b/code/modules/mob/living/carbon/human/species/slime.dm index 0b4080d6851..99d72018049 100644 --- a/code/modules/mob/living/carbon/human/species/slime.dm +++ b/code/modules/mob/living/carbon/human/species/slime.dm @@ -20,7 +20,7 @@ cold_level_3 = 200 coldmod = 3 - brain_mod = 2.5 + brain_mod = 1.5 male_cough_sounds = list('sound/effects/slime_squish.ogg') female_cough_sounds = list('sound/effects/slime_squish.ogg')