diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 3545672972..6e078326fe 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -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