|
|
|
@@ -227,6 +227,12 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
|
|
|
|
"butt_visibility" = GEN_VISIBLE_NO_UNDIES,
|
|
|
|
|
"belly_visibility" = GEN_VISIBLE_NO_UNDIES,
|
|
|
|
|
"anus_visibility" = GEN_VISIBLE_NO_UNDIES,
|
|
|
|
|
"breasts_accessible" = FALSE,
|
|
|
|
|
"cock_accessible" = FALSE,
|
|
|
|
|
"balls_accessible" = FALSE,
|
|
|
|
|
"vag_accessible" = FALSE,
|
|
|
|
|
"butt_accessible" = FALSE,
|
|
|
|
|
"anus_accessible" = FALSE,
|
|
|
|
|
"cock_stuffing" = FALSE,
|
|
|
|
|
"balls_stuffing" = FALSE,
|
|
|
|
|
"vag_stuffing" = FALSE,
|
|
|
|
@@ -627,6 +633,25 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
|
|
|
|
dat += "Vore : <a href='?_src_=prefs;preference=vore_pref'>[vorepref]</a><br>"
|
|
|
|
|
//END OF SKYRAT EDIT
|
|
|
|
|
|
|
|
|
|
dat += "<h2>Clothing & Equipment</h2>"
|
|
|
|
|
/* skyrat change
|
|
|
|
|
dat += "<b>Underwear:</b><a style='display:block;width:100px' href ='?_src_=prefs;preference=underwear;task=input'>[underwear]</a>"
|
|
|
|
|
if(GLOB.underwear_list[underwear]?.has_color)
|
|
|
|
|
dat += "<b>Underwear Color:</b> <span style='border:1px solid #161616; background-color: #[undie_color];'><font color='[color_hex2num(undie_color) < 200 ? "FFFFFF" : "000000"]'>#[undie_color]</font></span> <a href='?_src_=prefs;preference=undie_color;task=input'>Change</a><BR>"
|
|
|
|
|
dat += "<b>Undershirt:</b><a style='display:block;width:100px' href ='?_src_=prefs;preference=undershirt;task=input'>[undershirt]</a>"
|
|
|
|
|
if(GLOB.undershirt_list[undershirt]?.has_color)
|
|
|
|
|
dat += "<b>Undershirt Color:</b> <span style='border:1px solid #161616; background-color: #[shirt_color];'><font color='[color_hex2num(shirt_color) < 200 ? "FFFFFF" : "000000"]'>#[shirt_color]</font></span> <a href='?_src_=prefs;preference=shirt_color;task=input'>Change</a><BR>"
|
|
|
|
|
dat += "<b>Socks:</b><a style='display:block;width:100px' href ='?_src_=prefs;preference=socks;task=input'>[socks]</a>"
|
|
|
|
|
if(GLOB.socks_list[socks]?.has_color)
|
|
|
|
|
dat += "<b>Socks Color:</b> <span style='border:1px solid #161616; background-color: #[socks_color];'><font color='[color_hex2num(socks_color) < 200 ? "FFFFFF" : "000000"]'>#[socks_color]</font></span> <a href='?_src_=prefs;preference=socks_color;task=input'>Change</a><BR>"
|
|
|
|
|
*/
|
|
|
|
|
dat += "<b>Backpack:</b><a style='display:block;width:100px' href ='?_src_=prefs;preference=bag;task=input'>[backbag]</a>"
|
|
|
|
|
dat += "<b>Jumpsuit:</b><BR><a href ='?_src_=prefs;preference=suit;task=input'>[jumpsuit_style]</a><BR>"
|
|
|
|
|
if((HAS_FLESH in pref_species.species_traits) || (HAS_BONE in pref_species.species_traits))
|
|
|
|
|
dat += "<BR><b>Temporal Scarring:</b><BR><a href='?_src_=prefs;preference=persistent_scars'>[(persistent_scars) ? "Enabled" : "Disabled"]</A>"
|
|
|
|
|
dat += "<a href='?_src_=prefs;preference=clear_scars'>Clear scar slots</A><BR>"
|
|
|
|
|
dat += "<b>Uplink Location:</b><a style='display:block;width:100px' href ='?_src_=prefs;preference=uplink_loc;task=input'>[uplink_spawn_loc]</a>"
|
|
|
|
|
|
|
|
|
|
dat += APPEARANCE_CATEGORY_COLUMN //body moves right sandstorm change
|
|
|
|
|
|
|
|
|
|
dat += "<h2>Body</h2>"
|
|
|
|
@@ -797,30 +822,10 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
|
|
|
|
|
|
|
|
|
dat += "</tr></table>"
|
|
|
|
|
|
|
|
|
|
dat += "</td>"
|
|
|
|
|
dat += "<table><tr><td width='340px' height='300px' valign='top'>"
|
|
|
|
|
dat += "<h2>Clothing & Equipment</h2>"
|
|
|
|
|
/* skyrat change
|
|
|
|
|
dat += "<b>Underwear:</b><a style='display:block;width:100px' href ='?_src_=prefs;preference=underwear;task=input'>[underwear]</a>"
|
|
|
|
|
if(GLOB.underwear_list[underwear]?.has_color)
|
|
|
|
|
dat += "<b>Underwear Color:</b> <span style='border:1px solid #161616; background-color: #[undie_color];'><font color='[color_hex2num(undie_color) < 200 ? "FFFFFF" : "000000"]'>#[undie_color]</font></span> <a href='?_src_=prefs;preference=undie_color;task=input'>Change</a><BR>"
|
|
|
|
|
dat += "<b>Undershirt:</b><a style='display:block;width:100px' href ='?_src_=prefs;preference=undershirt;task=input'>[undershirt]</a>"
|
|
|
|
|
if(GLOB.undershirt_list[undershirt]?.has_color)
|
|
|
|
|
dat += "<b>Undershirt Color:</b> <span style='border:1px solid #161616; background-color: #[shirt_color];'><font color='[color_hex2num(shirt_color) < 200 ? "FFFFFF" : "000000"]'>#[shirt_color]</font></span> <a href='?_src_=prefs;preference=shirt_color;task=input'>Change</a><BR>"
|
|
|
|
|
dat += "<b>Socks:</b><a style='display:block;width:100px' href ='?_src_=prefs;preference=socks;task=input'>[socks]</a>"
|
|
|
|
|
if(GLOB.socks_list[socks]?.has_color)
|
|
|
|
|
dat += "<b>Socks Color:</b> <span style='border:1px solid #161616; background-color: #[socks_color];'><font color='[color_hex2num(socks_color) < 200 ? "FFFFFF" : "000000"]'>#[socks_color]</font></span> <a href='?_src_=prefs;preference=socks_color;task=input'>Change</a><BR>"
|
|
|
|
|
*/
|
|
|
|
|
dat += "<b>Backpack:</b><a style='display:block;width:100px' href ='?_src_=prefs;preference=bag;task=input'>[backbag]</a>"
|
|
|
|
|
dat += "<b>Jumpsuit:</b><BR><a href ='?_src_=prefs;preference=suit;task=input'>[jumpsuit_style]</a><BR>"
|
|
|
|
|
if((HAS_FLESH in pref_species.species_traits) || (HAS_BONE in pref_species.species_traits))
|
|
|
|
|
dat += "<BR><b>Temporal Scarring:</b><BR><a href='?_src_=prefs;preference=persistent_scars'>[(persistent_scars) ? "Enabled" : "Disabled"]</A>"
|
|
|
|
|
dat += "<a href='?_src_=prefs;preference=clear_scars'>Clear scar slots</A><BR>"
|
|
|
|
|
dat += "<b>Uplink Location:</b><a style='display:block;width:100px' href ='?_src_=prefs;preference=uplink_loc;task=input'>[uplink_spawn_loc]</a>"
|
|
|
|
|
dat += "</td>"
|
|
|
|
|
|
|
|
|
|
dat += "<td width='220px' height='300px' valign='top'>"
|
|
|
|
|
dat += "<h3>Lewd preferences</h3>"
|
|
|
|
|
dat += "<table><tr><td height='300px' valign='top'>"
|
|
|
|
|
dat += "<h2>Lewd preferences</h2>"
|
|
|
|
|
dat += "<b>Lust tolerance:</b><a style='display:block;width:100px' href ='?_src_=prefs;preference=lust_tolerance;task=input'>[lust_tolerance]</a>"
|
|
|
|
|
dat += "<b>Sexual potency:</b><a style='display:block;width:100px' href ='?_src_=prefs;preference=sexual_potency;task=input'>[sexual_potency]</a>"
|
|
|
|
|
dat += "</td>"
|
|
|
|
@@ -838,7 +843,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
|
|
|
|
dat += "<b>Egg shell:</b><a style='display:block;width:100px' href ='?_src_=prefs;preference=egg_shell;task=input'>[egg_shell]</a>"
|
|
|
|
|
dat += "</td>"
|
|
|
|
|
//SPLURT EDIT END
|
|
|
|
|
dat += APPEARANCE_CATEGORY_COLUMN
|
|
|
|
|
dat += "<td height='300px' valign='top'>"
|
|
|
|
|
if(NOGENITALS in pref_species.species_traits)
|
|
|
|
|
dat += "<b>Your species ([pref_species.name]) does not support genitals!</b><br>"
|
|
|
|
|
else
|
|
|
|
@@ -867,6 +872,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
|
|
|
|
dat += "<b>Diameter Ratio:</b> <a style='display:block;width:120px' href='?_src_=prefs;preference=cock_diameter_ratio;task=input'>[features["cock_diameter_ratio"]]</a>" //SPLURT Edit
|
|
|
|
|
dat += "<b>Penis Visibility:</b><a style='display:block;width:100px' href='?_src_=prefs;preference=cock_visibility;task=input'>[features["cock_visibility"]]</a>"
|
|
|
|
|
dat += "<b>Egg Stuffing:</b><a style='display:block;width:50px' href='?_src_=prefs;preference=cock_stuffing'>[features["cock_stuffing"] == TRUE ? "Yes" : "No"]</a>" //SPLURT Edit
|
|
|
|
|
dat += "<b>Penis Always Accessible:</b><a style='display:block;width:100px' href='?_src_=prefs;preference=cock_accessible'>[features["cock_accessible"] ? "Yes" : "No"]</a>"
|
|
|
|
|
dat += "<b>Has Testicles:</b><a style='display:block;width:50px' href='?_src_=prefs;preference=has_balls'>[features["has_balls"] == TRUE ? "Yes" : "No"]</a>"
|
|
|
|
|
if(features["has_balls"])
|
|
|
|
|
if(pref_species.use_skintones && features["genitals_use_skintone"] == TRUE)
|
|
|
|
@@ -889,7 +895,8 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
|
|
|
|
dat += "<a style='display:block;width:50px' href='?_src_=prefs;preference=balls_fluid;task=input'>Nothing?</a>"
|
|
|
|
|
//SPLURT Edit end
|
|
|
|
|
dat += "</td>"
|
|
|
|
|
dat += APPEARANCE_CATEGORY_COLUMN
|
|
|
|
|
dat += "<b>Testicles Always Accessible:</b><a style='display:block;width:100px' href='?_src_=prefs;preference=balls_accessible'>[features["balls_accessible"] ? "Yes" : "No"]</a>"
|
|
|
|
|
dat += "<td height='300px' valign='top'>"
|
|
|
|
|
dat += "<h3>Vagina</h3>"
|
|
|
|
|
dat += "<a style='display:block;width:50px' href='?_src_=prefs;preference=has_vag'>[features["has_vag"] == TRUE ? "Yes" : "No"]</a>"
|
|
|
|
|
if(features["has_vag"])
|
|
|
|
@@ -902,6 +909,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
|
|
|
|
dat += "<span style='border: 1px solid #161616; background-color: #[features["vag_color"]];'><font color='[color_hex2num(features["vag_color"]) < 200 ? "FFFFFF" : "000000"]'>#[features["vag_color"]]</font></span> <a href='?_src_=prefs;preference=vag_color;task=input'>Change</a><br>"
|
|
|
|
|
dat += "<b>Vagina Visibility:</b><a style='display:block;width:100px' href='?_src_=prefs;preference=vag_visibility;task=input'>[features["vag_visibility"]]</a>"
|
|
|
|
|
dat += "<b>Egg Stuffing:</b><a style='display:block;width:50px' href='?_src_=prefs;preference=vag_stuffing'>[features["vag_stuffing"] == TRUE ? "Yes" : "No"]</a>" //SPLURT Edit
|
|
|
|
|
dat += "<b>Vagina Always Accessible:</b><a style='display:block;width:100px' href='?_src_=prefs;preference=vag_accessible'>[features["vag_accessible"] ? "Yes" : "No"]</a>"
|
|
|
|
|
dat += "<b>Has Womb:</b><a style='display:block;width:50px' href='?_src_=prefs;preference=has_womb'>[features["has_womb"] == TRUE ? "Yes" : "No"]</a>"
|
|
|
|
|
//SPLURT Edit
|
|
|
|
|
if(features["has_womb"] == TRUE)
|
|
|
|
@@ -913,7 +921,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
|
|
|
|
dat += "<a style='display:block;width:50px' href='?_src_=prefs;preference=womb_fluid;task=input'>Nothing?</a>"
|
|
|
|
|
//SPLURT Edit end
|
|
|
|
|
dat += "</td>"
|
|
|
|
|
dat += APPEARANCE_CATEGORY_COLUMN
|
|
|
|
|
dat += "<td height='300px' valign='top'>"
|
|
|
|
|
dat += "<h3>Breasts</h3>"
|
|
|
|
|
dat += "<a style='display:block;width:50px' href='?_src_=prefs;preference=has_breasts'>[features["has_breasts"] == TRUE ? "Yes" : "No"]</a>"
|
|
|
|
|
if(features["has_breasts"])
|
|
|
|
@@ -926,6 +934,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
|
|
|
|
dat += "<b>Cup Size:</b><a style='display:block;width:50px' href='?_src_=prefs;preference=breasts_size;task=input'>[features["breasts_size"]]</a>"
|
|
|
|
|
dat += "<b>Breasts Shape:</b><a style='display:block;width:50px' href='?_src_=prefs;preference=breasts_shape;task=input'>[features["breasts_shape"]]</a>"
|
|
|
|
|
dat += "<b>Breasts Visibility:</b><a style='display:block;width:100px' href='?_src_=prefs;preference=breasts_visibility;task=input'>[features["breasts_visibility"]]</a>"
|
|
|
|
|
dat += "<b>Breasts Always Accessible:</b><a style='display:block;width:100px' href='?_src_=prefs;preference=breasts_accessible'>[features["breasts_accessible"] ? "Yes" : "No"]</a>"
|
|
|
|
|
dat += "<b>Lactates:</b><a style='display:block;width:50px' href='?_src_=prefs;preference=breasts_producing'>[features["breasts_producing"] == TRUE ? "Yes" : "No"]</a>"
|
|
|
|
|
//SPLURT Edit
|
|
|
|
|
dat += "<b>Egg Stuffing:</b><a style='display:block;width:50px' href='?_src_=prefs;preference=breasts_stuffing'>[features["breasts_stuffing"] == TRUE ? "Yes" : "No"]</a>"
|
|
|
|
@@ -940,7 +949,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
|
|
|
|
dat += "<a style='display:block;width:50px' href='?_src_=prefs;preference=breasts_fluid;task=input'>Nothing?</a>"
|
|
|
|
|
//SPLURT Edit end
|
|
|
|
|
dat += "</td>"
|
|
|
|
|
dat += APPEARANCE_CATEGORY_COLUMN
|
|
|
|
|
dat += "<td height='300px' valign='top'>"
|
|
|
|
|
dat += "<h3>Butt</h3>"
|
|
|
|
|
dat += "<a style='display:block;width:50px' href='?_src_=prefs;preference=has_butt'>[features["has_butt"] == TRUE ? "Yes" : "No"]</a>"
|
|
|
|
|
if(features["has_butt"])
|
|
|
|
@@ -967,8 +976,11 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
|
|
|
|
dat += "<b>Butthole Visibility:</b><a style='display:block;width:100px' href='?_src_=prefs;preference=anus_visibility;task=input'>[features["anus_visibility"]]</a>"
|
|
|
|
|
dat += "<b>Egg Stuffing:</b><a style='display:block;width:50px' href='?_src_=prefs;preference=anus_stuffing'>[features["anus_stuffing"] == TRUE ? "Yes" : "No"]</a>"
|
|
|
|
|
|
|
|
|
|
dat += "<b>Butt Always Accessible:</b><a style='display:block;width:100px' href='?_src_=prefs;preference=butt_accessible'>[features["butt_accessible"] ? "Yes" : "No"]</a>"
|
|
|
|
|
dat += "<h3>Anus</h3>"
|
|
|
|
|
dat += "<b>Anus Always Accessible:</b><a style='display:block;width:100px' href='?_src_=prefs;preference=anus_accessible'>[features["anus_accessible"] ? "Yes" : "No"]</a>"
|
|
|
|
|
dat += "</td>"
|
|
|
|
|
dat += APPEARANCE_CATEGORY_COLUMN
|
|
|
|
|
dat += "<td height='300px' valign='top'>"
|
|
|
|
|
dat += "<h3>Belly</h3>"
|
|
|
|
|
dat += "<a style='display:block;width:50px' href='?_src_=prefs;preference=has_belly'>[features["has_belly"] == TRUE ? "Yes" : "No"]</a>"
|
|
|
|
|
if(features["has_belly"])
|
|
|
|
@@ -986,7 +998,6 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
|
|
|
|
dat += "</td>"
|
|
|
|
|
if(all_quirks.Find("Dullahan"))
|
|
|
|
|
dat += APPEARANCE_CATEGORY_COLUMN
|
|
|
|
|
|
|
|
|
|
dat += "<h3>Neckfire</h3>"
|
|
|
|
|
dat += "<a style='display:block;width:50px' href='?_src_=prefs;preference=has_neckfire;task=input'>[features["neckfire"] ? "Yes" : "No"]</a>"
|
|
|
|
|
if(features["neckfire"])
|
|
|
|
@@ -2849,7 +2860,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
|
|
|
|
features["cock_diameter_ratio"] = clamp(round(new_ratio, 0.01), min_diameter_ratio, max_diameter_ratio)
|
|
|
|
|
|
|
|
|
|
if("cock_visibility")
|
|
|
|
|
var/n_vis = input(user, "Penis Visibility", "Character Preference") as null|anything in CONFIG_GET(keyed_list/safe_visibility_toggles)
|
|
|
|
|
var/n_vis = input(user, "Penis Visibility", "Character Preference") as null|anything in CONFIG_GET(str_list/safe_visibility_toggles)
|
|
|
|
|
if(n_vis)
|
|
|
|
|
features["cock_visibility"] = n_vis
|
|
|
|
|
|
|
|
|
@@ -2871,7 +2882,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
|
|
|
|
features["balls_shape"] = new_shape
|
|
|
|
|
|
|
|
|
|
if("balls_visibility")
|
|
|
|
|
var/n_vis = input(user, "Testicles Visibility", "Character Preference") as null|anything in CONFIG_GET(keyed_list/safe_visibility_toggles)
|
|
|
|
|
var/n_vis = input(user, "Testicles Visibility", "Character Preference") as null|anything in CONFIG_GET(str_list/safe_visibility_toggles)
|
|
|
|
|
if(n_vis)
|
|
|
|
|
features["balls_visibility"] = n_vis
|
|
|
|
|
|
|
|
|
@@ -2908,7 +2919,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
|
|
|
|
to_chat(user,"<span class='danger'>Invalid color. Your color is not bright enough.</span>")
|
|
|
|
|
|
|
|
|
|
if("breasts_visibility")
|
|
|
|
|
var/n_vis = input(user, "Breasts Visibility", "Character Preference") as null|anything in CONFIG_GET(keyed_list/safe_visibility_toggles)
|
|
|
|
|
var/n_vis = input(user, "Breasts Visibility", "Character Preference") as null|anything in CONFIG_GET(str_list/safe_visibility_toggles)
|
|
|
|
|
if(n_vis)
|
|
|
|
|
features["breasts_visibility"] = n_vis
|
|
|
|
|
|
|
|
|
@@ -2940,7 +2951,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
|
|
|
|
to_chat(user,"<span class='danger'>Invalid color. Your color is not bright enough.</span>")
|
|
|
|
|
|
|
|
|
|
if("vag_visibility")
|
|
|
|
|
var/n_vis = input(user, "Vagina Visibility", "Character Preference") as null|anything in CONFIG_GET(keyed_list/safe_visibility_toggles)
|
|
|
|
|
var/n_vis = input(user, "Vagina Visibility", "Character Preference") as null|anything in CONFIG_GET(str_list/safe_visibility_toggles)
|
|
|
|
|
if(n_vis)
|
|
|
|
|
features["vag_visibility"] = n_vis
|
|
|
|
|
|
|
|
|
@@ -3008,17 +3019,17 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
|
|
|
|
features["butt_size"] = clamp(round(new_length), min_B, max_B)
|
|
|
|
|
|
|
|
|
|
if("butt_visibility")
|
|
|
|
|
var/n_vis = input(user, "Butt Visibility", "Character Preference") as null|anything in CONFIG_GET(keyed_list/safe_visibility_toggles)
|
|
|
|
|
var/n_vis = input(user, "Butt Visibility", "Character Preference") as null|anything in CONFIG_GET(str_list/safe_visibility_toggles)
|
|
|
|
|
if(n_vis)
|
|
|
|
|
features["butt_visibility"] = n_vis
|
|
|
|
|
|
|
|
|
|
if("anus_visibility")
|
|
|
|
|
var/n_vis = input(user, "Butthole Visibility", "Character Preference") as null|anything in CONFIG_GET(keyed_list/safe_visibility_toggles)
|
|
|
|
|
var/n_vis = input(user, "Butthole Visibility", "Character Preference") as null|anything in CONFIG_GET(str_list/safe_visibility_toggles)
|
|
|
|
|
if(n_vis)
|
|
|
|
|
features["anus_visibility"] = n_vis
|
|
|
|
|
|
|
|
|
|
if("belly_visibility")
|
|
|
|
|
var/n_vis = input(user, "Belly Visibility", "Character Preference") as null|anything in CONFIG_GET(keyed_list/safe_visibility_toggles)
|
|
|
|
|
var/n_vis = input(user, "Belly Visibility", "Character Preference") as null|anything in CONFIG_GET(str_list/safe_visibility_toggles)
|
|
|
|
|
if(n_vis)
|
|
|
|
|
features["belly_visibility"] = n_vis
|
|
|
|
|
|
|
|
|
@@ -3405,22 +3416,30 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
|
|
|
|
features["has_cock"] = !features["has_cock"]
|
|
|
|
|
if(features["has_cock"] == FALSE)
|
|
|
|
|
features["has_balls"] = FALSE
|
|
|
|
|
if("cock_accessible")
|
|
|
|
|
features["cock_accessible"] = !features["cock_accessible"]
|
|
|
|
|
if("has_belly")
|
|
|
|
|
features["has_belly"] = !features["has_belly"]
|
|
|
|
|
if(features["has_belly"] == FALSE)
|
|
|
|
|
features["belly_size"] = 1
|
|
|
|
|
if("has_balls")
|
|
|
|
|
features["has_balls"] = !features["has_balls"]
|
|
|
|
|
if("balls_accessible")
|
|
|
|
|
features["balls_accessible"] = !features["balls_accessible"]
|
|
|
|
|
if("has_breasts")
|
|
|
|
|
features["has_breasts"] = !features["has_breasts"]
|
|
|
|
|
if(features["has_breasts"] == FALSE)
|
|
|
|
|
features["breasts_producing"] = FALSE
|
|
|
|
|
if("breasts_producing")
|
|
|
|
|
features["breasts_producing"] = !features["breasts_producing"]
|
|
|
|
|
if("breasts_accessible")
|
|
|
|
|
features["breasts_accessible"] = !features["breasts_accessible"]
|
|
|
|
|
if("has_vag")
|
|
|
|
|
features["has_vag"] = !features["has_vag"]
|
|
|
|
|
if(features["has_vag"] == FALSE)
|
|
|
|
|
features["has_womb"] = FALSE
|
|
|
|
|
if("vag_accessible")
|
|
|
|
|
features["vag_accessible"] = !features["vag_accessible"]
|
|
|
|
|
if("has_womb")
|
|
|
|
|
features["has_womb"] = !features["has_womb"]
|
|
|
|
|
if("has_butt")
|
|
|
|
@@ -3429,6 +3448,10 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
|
|
|
|
features["has_anus"] = FALSE
|
|
|
|
|
if("has_anus")
|
|
|
|
|
features["has_anus"] = !features["has_anus"]
|
|
|
|
|
if("butt_accessible")
|
|
|
|
|
features["butt_accessible"] = !features["butt_accessible"]
|
|
|
|
|
if("anus_accessible")
|
|
|
|
|
features["anus_accessible"] = !features["anus_accessible"]
|
|
|
|
|
if("widescreenpref")
|
|
|
|
|
widescreenpref = !widescreenpref
|
|
|
|
|
user.client.view_size.setDefault(getScreenSize(widescreenpref))
|
|
|
|
@@ -4151,6 +4174,9 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
|
|
|
|
character.dna.features["lust_tolerance"] = lust_tolerance
|
|
|
|
|
character.dna.features["sexual_potency"] = sexual_potency
|
|
|
|
|
|
|
|
|
|
if(features["anus_accessible"])
|
|
|
|
|
character.toggle_anus_always_accessible(TRUE)
|
|
|
|
|
|
|
|
|
|
character.give_genitals(TRUE) //character.update_genitals() is already called on genital.update_appearance()
|
|
|
|
|
|
|
|
|
|
character.update_size(get_size(character), old_size)
|
|
|
|
|