From 914c7b3b5f1c75ab2aea1ecb3049c979607fddce Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Tue, 19 Mar 2019 14:01:40 +0100 Subject: [PATCH] Update zerg.dm --- code/modules/mob/living/simple_animal/aliens/zerg.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/aliens/zerg.dm b/code/modules/mob/living/simple_animal/aliens/zerg.dm index 261a8ce3f4..8a35c6da42 100644 --- a/code/modules/mob/living/simple_animal/aliens/zerg.dm +++ b/code/modules/mob/living/simple_animal/aliens/zerg.dm @@ -32,7 +32,7 @@ var/location = get_turf(src) chosentype = input(usr,"What type would you like to be?") as null|anything in zerg_types - if(!choosetype) return + if(!chosentype) return var/myuser = src.key death() var/newmob = new chosentype(location)