From b233e05bfee6f7fe2a71cd4735652c82808cae94 Mon Sep 17 00:00:00 2001 From: Chayse Ramsay Date: Fri, 16 Feb 2018 15:06:13 +0000 Subject: [PATCH] Altering coldmod to make it a little less ridiculous. Now back the original value but with no heat or burn protection. --- .../mob/living/carbon/human/species_types/jellypeople.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species_types/jellypeople.dm b/code/modules/mob/living/carbon/human/species_types/jellypeople.dm index 53f0b07dd1..cf7df00ab1 100644 --- a/code/modules/mob/living/carbon/human/species_types/jellypeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/jellypeople.dm @@ -11,9 +11,9 @@ var/datum/action/innate/regenerate_limbs/regenerate_limbs var/datum/action/innate/slime_change/slime_change liked_food = MEAT - coldmod = 6 // = 3x cold damage - heatmod = 0.5 // = 1/4x heat damage - burnmod = 0.5 // = 1/2x generic burn damage + coldmod = 6 + heatmod = 0.5 + burnmod = 0.5 /datum/species/jelly/on_species_loss(mob/living/carbon/C) if(regenerate_limbs) @@ -212,7 +212,7 @@ hair_color = "mutcolor" hair_alpha = 180 liked_food = MEAT - coldmod = 12 + coldmod = 6 heatmod = 1 burnmod = 1