Frostbite jelly

This commit is contained in:
Sharkmare
2019-03-04 10:45:46 +01:00
committed by GitHub
parent fe743db52b
commit 2cab399c35
@@ -237,3 +237,17 @@
if(cell.charge <= 0)
turn_off(1)
/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()
..()
if(alive)
src.bodytemperature -= cooling