Update preferences_savefile.dm

This commit is contained in:
Kyle Spier-Swenson
2017-05-02 23:36:48 -07:00
committed by GitHub
parent 7d72c7331e
commit 79f40d49c3
+1 -1
View File
@@ -265,7 +265,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
if(config.mutant_races && species_id && (species_id in GLOB.roundstart_species))
var/newtype = GLOB.roundstart_species[species_id]
pref_species = new newtype()
else
else if (config.roundstart_races.len)
var/rando_race = pick(config.roundstart_races)
if (rando_race)
pref_species = new rando_race()