diff --git a/code/modules/mob/living/simple_animal/aliens/zerg.dm b/code/modules/mob/living/simple_animal/aliens/zerg.dm index 8a35c6da42..a2fd004e3b 100644 --- a/code/modules/mob/living/simple_animal/aliens/zerg.dm +++ b/code/modules/mob/living/simple_animal/aliens/zerg.dm @@ -35,7 +35,7 @@ if(!chosentype) return var/myuser = src.key death() - var/newmob = new chosentype(location) + var//mob/living/simple_animal/hostile/newmob = new chosentype(location) newmob.ckey = myuser /mob/living/simple_animal/hostile/hivebot/zerg/larva