mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Misc Fixes
This commit is contained in:
@@ -137,13 +137,6 @@
|
||||
if(!is_in_playable_species)
|
||||
pref.species = SPECIES_HUMAN
|
||||
|
||||
var/list/spawnkeys = list()
|
||||
for(var/S in SSatlas.spawn_locations)
|
||||
spawnkeys += S
|
||||
|
||||
if(!(pref.spawnpoint in spawnkeys))
|
||||
pref.spawnpoint = current_map.default_spawn
|
||||
|
||||
pref.age = sanitize_integer(text2num(pref.age), pref.getMinAge(), pref.getMaxAge(), initial(pref.age))
|
||||
pref.gender = sanitize_gender(pref.gender, pref.species)
|
||||
pref.pronouns = sanitize_pronouns(pref.pronouns, pref.species, pref.gender)
|
||||
|
||||
Reference in New Issue
Block a user