mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 16:42:13 +00:00
Some ghostspawner fixes (#7403)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user