mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
Fixes old species conversion code being incorrect
This commit is contained in:
@@ -167,7 +167,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
|
||||
if(13)
|
||||
underwear = "Nude"
|
||||
|
||||
if(!(pref_species in species_list))
|
||||
if(pref_species && !(pref_species.id in roundstart_species))
|
||||
pref_species = new /datum/species/human()
|
||||
|
||||
if(current_version < 13 || !istext(backbag))
|
||||
|
||||
Reference in New Issue
Block a user