diff --git a/code/modules/mob/living/simple_animal/aliens/zerg.dm b/code/modules/mob/living/simple_animal/aliens/zerg.dm index 7fb92abd5a..84d78b64ec 100644 --- a/code/modules/mob/living/simple_animal/aliens/zerg.dm +++ b/code/modules/mob/living/simple_animal/aliens/zerg.dm @@ -56,13 +56,13 @@ var/chosentype = null /mob/living/simple_animal/hostile/hivebot/zerg/larva/Life() ..() - spawn(1200) - if(!src.ckey) - evolve() + /mob/living/simple_animal/hostile/hivebot/zerg/larva/New() ..() verbs |= /mob/living/simple_animal/hostile/hivebot/zerg/larva/proc/evolve - + spawn(1200) + if(!src.ckey) + evolve() /mob/living/simple_animal/hostile/hivebot/zerg/worker name = "Zerg Drone" desc = "Drones are fundamental to economic and tech development, as they harvest resources and construct buildings."