mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-27 07:01:29 +01: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
|
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)
|
if(new_hair_style)
|
||||||
hair_style = 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"
|
hair_style = "Bald"
|
||||||
|
|
||||||
|
|
||||||
if("next_hair_style")
|
if("next_hair_style")
|
||||||
hair_style = next_list_item(hair_style, GLOB.hair_styles_list)
|
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"
|
hair_style = "Bald"
|
||||||
|
|
||||||
if("previous_hair_style")
|
if("previous_hair_style")
|
||||||
hair_style = previous_list_item(hair_style, GLOB.hair_styles_list)
|
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"
|
hair_style = "Bald"
|
||||||
|
|
||||||
if("facial")
|
if("facial")
|
||||||
|
|||||||
Reference in New Issue
Block a user