From fd7b1f161135fa1e21443dbcb050849e39719a4d Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Tue, 19 Mar 2019 16:39:02 +0100 Subject: [PATCH] Update zerg.dm --- code/modules/mob/living/simple_animal/aliens/zerg.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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."