Edit RemtairyKarrynOnani.js and in this function:Is there ANY way to increase the chance of her starting to masturbate in battle? anyway to mod the game, anything?
JavaScript:
/////////////////
///////////////////
// In Battle Onani
///////////////////
////////////////
Game_Actor.prototype.setWantsToOnaniInBattle = function(status) {
this._onaniWantsToInBattle = status;
};
Change it from '= status ;' to '= true;'. This will skip all the desire and passive calculations that crunch the numbers to see if the option should be available and will just always give you the option to do it. Be aware that this will remove your ability to flee battles as well. You should also keep a copy of the file before you edit it in case you do something wrong.