diff --git a/code/game/objects/items/devices/suit_cooling.dm b/code/game/objects/items/devices/suit_cooling.dm index cf0b629d9f..ac3785c28d 100644 --- a/code/game/objects/items/devices/suit_cooling.dm +++ b/code/game/objects/items/devices/suit_cooling.dm @@ -244,6 +244,7 @@ //might make a blue icon someday, not priority this is debug stuff var/cooling = -5 //variable cooling var/isCooling = 1 + cold_damage_per_tick = 0 /mob/living/simple_animal/hostile/jelly/cold/proc/toggle_cooling() isCooling=!isCooling