Fixes for forcing no hair/face hair. Shuffles checks around for Pick Up Verb.

This commit is contained in:
Erthilo
2012-05-20 21:37:10 +01:00
parent c091522cf7
commit f81b043787
2 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -714,9 +714,9 @@ datum/preferences
new_species += "Soghun"
species = input("Please select a species", "Character Generation", null) in new_species
h_style = "Bald" //Try not to carry face/head hair over.
hair_style = "Bald"
f_style = "Shaved"
facial_hair_style = "Shaved"
hair_style = new/datum/sprite_accessory/hair/bald
facial_hair_style = new/datum/sprite_accessory/facial_hair/shaved
if(link_tags["hair"])
switch(link_tags["hair"])