Update preferences_savefile.dm

This commit is contained in:
Poojawa
2019-09-12 19:02:06 -05:00
parent 4289f4c419
commit 8946d6d059

View File

@@ -247,7 +247,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
S["species"] >> species_id
if(species_id)
if(species_id == "avian" || species_id == "aquatic")
species_id = "mammal
species_id = "mammal"
else if(species_id == "moth")
species_id = "insect"