From 786278a059e6b9078154934f6132a2fbb665aa19 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Wed, 6 Mar 2019 11:09:03 +0100 Subject: [PATCH] Adding adult stuff --- code/modules/mob/living/simple_animal/vore/solargrub.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/simple_animal/vore/solargrub.dm b/code/modules/mob/living/simple_animal/vore/solargrub.dm index 3e93603b1e..3e5ab8ae14 100644 --- a/code/modules/mob/living/simple_animal/vore/solargrub.dm +++ b/code/modules/mob/living/simple_animal/vore/solargrub.dm @@ -19,6 +19,8 @@ List of things solar grubs should be able to do: icon_dead = "solargrub-dead" var/charge = null //CHOMPEDIT The amount of power we sucked off, in K as in THOUSANDS. + var/can_evolve = 1 //CHOMPEDIT VAR to decide whether this subspecies is allowed to become a queen + var/adult_form = null //CHOMPEDIT VAR that decides what mob the queen form is. ex /mob/living/simple_animal/retaliate/solarmoth faction = "grubs" maxHealth = 50 //grubs can take a lot of harm