From 593f34d87788d44c035ce5bcfc211d7371956002 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Mon, 4 Mar 2019 09:07:58 +0100 Subject: [PATCH] Migrating SMES mimic to new file --- .../mob/living/simple_animal/vore/solargrub.dm | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/code/modules/mob/living/simple_animal/vore/solargrub.dm b/code/modules/mob/living/simple_animal/vore/solargrub.dm index e61c701b96..6e34a1c2d1 100644 --- a/code/modules/mob/living/simple_animal/vore/solargrub.dm +++ b/code/modules/mob/living/simple_animal/vore/solargrub.dm @@ -117,18 +117,3 @@ 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() - ..() - var/location = get_turf(src) - new /obj/machinery/power/smes(location) - qdel(src)