- Nov 29, 2021
- 64
- 45
Hi,
Does anyone know which file (and lines) I have to edit to have inmates being able to masturbate during the waitress job?
I did it in a previous version long time ago but I can't remember how.
All I can remember is that it was like one or two lines and a bit risky because if the inmate cum while refusing your drink you're stuck at the choices menu to force him to take the drink. But since inmates just leave the bar when they cum, all choices are unavailable and you have to reset (was still worth to take that risk imo).
Edit for myself:
Found in RemtairyEnemySex.js
Change the following "false" to "true"
Does anyone know which file (and lines) I have to edit to have inmates being able to masturbate during the waitress job?
I did it in a previous version long time ago but I can't remember how.
All I can remember is that it was like one or two lines and a bit risky because if the inmate cum while refusing your drink you're stuck at the choices menu to force him to take the drink. But since inmates just leave the bar when they cum, all choices are unavailable and you have to reset (was still worth to take that risk imo).
Edit for myself:
Found in RemtairyEnemySex.js
Change the following "false" to "true"
JavaScript:
Game_Enemy.prototype.canJerkOff = function(target) {
if(Karryn.isInWaitressServingPose()) return false;
Last edited: