Some ghostspawner fixes (#7403)

This commit is contained in:
fernerr
2019-11-13 23:17:23 +01:00
committed by Werner
parent 80fb3fa7ea
commit ada93c87f5
3 changed files with 49 additions and 6 deletions

View File

@@ -64,7 +64,7 @@
var/picked_species = input(user,"Select your species") as null|anything in species_selection
if(!picked_species)
picked_species = "Human"
picked_species = possible_species[1]
//Get the name / age from them first
var/mname = get_mob_name(user, picked_species)