From 1d4e781a2faa46cd6d0d642044d95f70a9925af2 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Mon, 4 Mar 2019 12:36:46 +0100 Subject: [PATCH] Update suit_cooling.dm --- code/game/objects/items/devices/suit_cooling.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/suit_cooling.dm b/code/game/objects/items/devices/suit_cooling.dm index e769ae8ea2..cf0b629d9f 100644 --- a/code/game/objects/items/devices/suit_cooling.dm +++ b/code/game/objects/items/devices/suit_cooling.dm @@ -238,6 +238,8 @@ turn_off(1) /mob/living/simple_animal/hostile/jelly/cold //you are my test mob now fug you + hostile=0 + retaliate=1 name = "Frostbite Jelly" //might make a blue icon someday, not priority this is debug stuff var/cooling = -5 //variable cooling @@ -263,4 +265,4 @@ isCooling = 0 if(src.bodytemperature>=-499) isCooling = 1 - +//This thing is basically a cooling unit and could be used for the engine, I mean what