This commit is contained in:
Timothy Teakettle
2020-08-12 17:04:37 +01:00
parent 82298fd56c
commit e5d48e307a
+1 -1
View File
@@ -203,7 +203,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
if(current_version < 34)
if(features["horns"] && S["species"]) //check for saved horn data
var/datum/species/loaded_species = GLOB.species_list[S["species"]]
if(loaded_species && !initial(loaded_species.mutant_bodyparts["horns"])) //if saved horn data plus previously no initial horns were allowed on their race, wipe the horns
if(loaded_species && !initial(loaded_species.mutant_bodyparts)["horns"]) //if saved horn data plus previously no initial horns were allowed on their race, wipe the horns
features["horns"] = null