Altering coldmod to make it a little less ridiculous. Now back the original value but with no heat or burn protection.

This commit is contained in:
Chayse Ramsay
2018-02-16 15:06:13 +00:00
parent f66931142c
commit b233e05bfe

View File

@@ -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