From 665a7f0a4ba56c7bfb09b92f992b2adaf0f07c81 Mon Sep 17 00:00:00 2001 From: Chayse Ramsay Date: Fri, 16 Feb 2018 12:47:49 +0000 Subject: [PATCH] Correcting the roundstart slimeperson heat and burn mod --- .../mob/living/carbon/human/species_types/jellypeople.dm | 2 ++ 1 file changed, 2 insertions(+) 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 1dac05cbae..5bf2f884e4 100644 --- a/code/modules/mob/living/carbon/human/species_types/jellypeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/jellypeople.dm @@ -213,6 +213,8 @@ hair_alpha = 180 liked_food = MEAT coldmod = 12 + heatmod = 1 + burnmod = 1 //Slime people are able to split like slimes, retaining a single mind that can swap between bodies at will, even after death.