Prevents sanitization of custom icon base. Removes a custom fluff item since Alraune are now in.

This commit is contained in:
Cameron653
2018-06-17 20:00:10 -04:00
parent 9d42deaac4
commit 7028511d64
3 changed files with 2 additions and 71 deletions
@@ -73,7 +73,8 @@
if(!(path in negative_traits))
pref.neg_traits -= path
if(pref.species == pref.custom_base && pref.species != SPECIES_CUSTOM)
var/datum/species/selected_species = all_species[pref.species]
if(selected_species.selects_bodytype)
// Allowed!
else if(!pref.custom_base || !(pref.custom_base in custom_species_bases))
pref.custom_base = SPECIES_HUMAN