A new Solargrub type

This one is a SMESgrub

if you kill it you get an SMES... yup
This commit is contained in:
Sharkmare
2019-02-28 16:40:14 +01:00
committed by GitHub
parent b9a293c4d8
commit 6c16f9f9c0
@@ -117,3 +117,17 @@ List of things solar grubs should be able to do:
if(. == 0 && !is_dead())
set_light(2.5, 1, COLOR_YELLOW)
return 1
//CHOMPEDIT SMESgrubs
/mob/living/simple_animal/retaliate/solargrub/smes
name = "juvenile SMESgrub"
desc = "A young sparkling SMESgrub"
icon = 'icons/obj/power.dmi'
icon_state = "smes"
icon_living = "smes"
icon_dead = "smes"
/mob/living/simple_animal/retaliate/solargrub/smes/death()
..()
new /obj/machinery/power/smes(location)
qdel(src)