Update preferences.dm

Fixing a merge error.
This commit is contained in:
Zuhayr
2014-08-27 20:56:05 +09:30
parent 5ef1865e1c
commit ddf860fb13

View File

@@ -1212,8 +1212,6 @@ datum/preferences
var/new_f_style = input(user, "Choose your character's facial-hair style:", "Character Preference") as null|anything in valid_facialhairstyles
if(new_f_style)
f_style = new_f_style
if(organ_data[third_limb] == "amputated")
organ_data[third_limb] = null
if("underwear")
var/list/underwear_options