From c7d57829085a1345ee70ccca76f9c275b0362ea8 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Mon, 4 Mar 2019 11:13:12 +0100 Subject: [PATCH] Update suit_cooling.dm --- code/game/objects/items/devices/suit_cooling.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/suit_cooling.dm b/code/game/objects/items/devices/suit_cooling.dm index 1fcb6818a3..ce570a9674 100644 --- a/code/game/objects/items/devices/suit_cooling.dm +++ b/code/game/objects/items/devices/suit_cooling.dm @@ -242,7 +242,7 @@ //might make a blue icon someday, not priority this is debug stuff var/cooling = 5 //variable cooling -/mob/living/simple_animal/hostile/jelly/cold/life() +/mob/living/simple_animal/hostile/jelly/cold/Life() ..() if(icon_state != icon_dead) src.bodytemperature -= cooling