Merge pull request #11999 from Techhead0/DevFixes

Dev fixes: Sheets, Belts, Hair
This commit is contained in:
Chinsky
2016-01-17 03:45:38 +03:00
3 changed files with 4 additions and 5 deletions
@@ -209,6 +209,8 @@ var/global/list/valid_bloodtypes = list("A+", "A-", "B+", "B-", "AB+", "AB-", "O
var/prev_species = pref.species
pref.species = href_list["set_species"]
if(prev_species != pref.species)
mob_species = all_species[pref.species]
//grab one of the valid hair styles for the newly chosen species
var/list/valid_hairstyles = list()
for(var/hairstyle in hair_styles_list)