From ebd62ab251f6ba84db610846ec27144148f1a2d0 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Mon, 4 Mar 2019 10:59:30 +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 8bf311e220..a52ade019d 100644 --- a/code/game/objects/items/devices/suit_cooling.dm +++ b/code/game/objects/items/devices/suit_cooling.dm @@ -244,7 +244,7 @@ /mob/living/simple_animal/hostile/jelly/cold/life() ..() - if(alive) + if(icon_state == icon_dead) src.bodytemperature -= cooling