mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-20 11:32:51 +01:00
Update suit_cooling.dm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user