Fixed [0.9.114-BACKER#5489] Rivet sex button incorrectly disabled

Issue is marked as fixed.
Status
Not open for further replies.

Wafflesnake

Well-Known Member
Nov 4, 2023
372
110
23
the recent change to Rivet's sex requirements was done incorrectly. the code only adds disabled buttons, including the disabled button that implies reading the zaika codex is required despite that no longer being the intention

JavaScript:
    if (pc.hasStatusEffect("DisableRivetSex")) addDisabledButton(4, "Sex", "Sex", "Rivet’s not in the mood to have sex with you.");
    //This seemed strange to throw up after fucking like 50 zaika on my way to meet her, so I'm turning it off for now.
    //I asked Skom, he did not recall a specific reason for it, and was fine with the removeal.
    //-Fen, 11/27/24
        //else if (pc.hasGenitals() && CodexManager.entryViewed("Zaika")) addButton(4, "Sex", rivetSex, "Sex", "This zaika looks like a nice dom, maybe she could help you to unwind...");
    else if (pc.hasGenitals()) addDisabledButton(4, "Sex", "Sex", "You might want to know more about zaikas before having sex with one.");
    else addDisabledButton(4, "Sex", "Sex", "You need genitals to have sex.");
    addButton(14, "Leave", leaveRivet);
 

Attachments

  • rivet test 114.json
    745.6 KB · Views: 0
Status
Not open for further replies.