doone, opt-out pref

This commit is contained in:
WoolyAypa
2023-01-19 00:43:16 -03:00
parent aa0e5d0e02
commit f04f9ce559
7 changed files with 30 additions and 3 deletions
+5
View File
@@ -1433,6 +1433,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
dat += "<b>Aphrodisiacs:</b> <a href='?_src_=prefs;preference=aphro'>[(cit_toggles & NO_APHRO) ? "Disallowed" : "Allowed"]</a><br>"
dat += "<b>Ass Slapping:</b> <a href='?_src_=prefs;preference=ass_slap'>[(cit_toggles & NO_ASS_SLAP) ? "Disallowed" : "Allowed"]</a><br>"
//SPLURT EDIT
dat += "<b>Chastity Interactions :</b> <a href='?_src_=prefs;preference=chastitypref'>[chastitypref ? "Allowed" : "Disallowed"]</a><br>"
dat += "<span style='border-radius: 2px;border:1px dotted white;cursor:help;' title='Enables verbs involving farts, shit and piss.'>?</span> "
dat += "<b>Unholy ERP verbs :</b> <a href='?_src_=prefs;preference=unholypref'>[unholypref]</a><br>" //https://www.youtube.com/watch?v=OHKARc-GObU
//END OF SPLURT EDIT
@@ -3732,6 +3733,10 @@ GLOBAL_LIST_EMPTY(preferences_datums)
to_chat(usr, span_notice("Keep in mind that the photo will be downsized to 250x250 pixels, so the more square the photo, the better it will look."))
features["headshot_link"] = usr_input
if("chastitypref")
chastitypref = !chastitypref
//
if(href_list["preference"] == "gear")
if(href_list["clear_loadout"])
loadout_data["SAVE_[loadout_slot]"] = list()