Because I didn't see it in the mod guide, this is what I changed to make it so that Karryn started every battle with the Horny status:
In www/js/plugins/Remtairy.KarrynPassives there is a Pre-battle passives section that looks like this:
I added a horny check to it so it looks like this:
If you want to be horny for the entire fight, you'll have to scroll up in the passives a little bit, Horny duration is two sections earlier, you just need to change the baseAdd to a larger number to get more turns.
This will also make you horny at the beginning of the waitress and receptionist jobs, but you'll have to go to Remtairy.KarrynWaitress and Remtairy.KarrynReceptionist respectively and change the horny durations there from
Code:
this._hornyTimeLimit = -1;
to
Code:
this._hornyTimeLimit = 3600;
(Or whatever the longest duration shift is converted into seconds)