hope it works

This commit is contained in:
WoolyAypa
2023-02-11 16:28:54 -03:00
parent 94d24dfb31
commit e4d35beb7d
9 changed files with 124 additions and 43 deletions
+6
View File
@@ -1434,6 +1434,8 @@ GLOBAL_LIST_EMPTY(preferences_datums)
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'>[(cit_toggles & CHASTITY) ? "Allowed" : "Disallowed"]</a><br>"
dat += "<b>Genital Stimulation Modifiers :</b> <a href='?_src_=prefs;preference=stimulationpref'>[(cit_toggles & STIMULATION) ? "Allowed" : "Disallowed"]</a><br>"
dat += "<b>Edging :</b> <a href='?_src_=prefs;preference=edgingpref'>[(cit_toggles & EDGING) ? "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
@@ -3735,6 +3737,10 @@ GLOBAL_LIST_EMPTY(preferences_datums)
if("chastitypref")
cit_toggles ^= CHASTITY
if("stimulationpref")
cit_toggles ^= STIMULATION
if("edgingpref")
cit_toggles ^= EDGING
//
if(href_list["preference"] == "gear")