mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-24 13:16:47 +01:00
hope it works
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user