mirror of
https://github.com/KabKebab/GS13.git
synced 2026-02-09 23:27:37 +00:00
fix
This commit is contained in:
@@ -1539,18 +1539,18 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
new_hair_style = input(user, "Choose your character's hair style:", "Character Preference") as null|anything in GLOB.hair_styles_list
|
||||
if(new_hair_style)
|
||||
hair_style = new_hair_style
|
||||
if(new_hair_style == "Tail Hair" && clientckey <> "duote3ox")
|
||||
if(new_hair_style == "Tail Hair" && clientckey <> "quotefox")
|
||||
hair_style = "Bald"
|
||||
|
||||
|
||||
if("next_hair_style")
|
||||
hair_style = next_list_item(hair_style, GLOB.hair_styles_list)
|
||||
if(hair_style == "Tail Hair" && clientckey <> "duote3ox")
|
||||
if(hair_style == "Tail Hair" && clientckey <> "quotefox")
|
||||
hair_style = "Bald"
|
||||
|
||||
if("previous_hair_style")
|
||||
hair_style = previous_list_item(hair_style, GLOB.hair_styles_list)
|
||||
if(hair_style == "Tail Hair" && clientckey <> "duote3ox")
|
||||
if(hair_style == "Tail Hair" && clientckey <> "quotefox")
|
||||
hair_style = "Bald"
|
||||
|
||||
if("facial")
|
||||
|
||||
Reference in New Issue
Block a user