mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Update preferences.dm
Fixing a merge error.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user