Update zerg.dm

This commit is contained in:
Sharkmare
2019-03-19 14:01:40 +01:00
committed by GitHub
parent 46a00b6e60
commit 914c7b3b5f
@@ -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)