From f9457d1ffb359f18a810133c26f79fcd44c2dfde Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Mon, 4 Mar 2019 10:46:40 +0100 Subject: [PATCH] Update suit_cooling.dm --- code/game/objects/items/devices/suit_cooling.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/objects/items/devices/suit_cooling.dm b/code/game/objects/items/devices/suit_cooling.dm index 7577527f2a..8bf311e220 100644 --- a/code/game/objects/items/devices/suit_cooling.dm +++ b/code/game/objects/items/devices/suit_cooling.dm @@ -240,7 +240,6 @@ /mob/living/simple_animal/hostile/jelly/cold //you are my test mob now fug you name = "Frostbite Jelly" //might make a blue icon someday, not priority this is debug stuff - var/obj/item/weapon/cell/cell var/cooling = 5 //variable cooling /mob/living/simple_animal/hostile/jelly/cold/life()