- Oct 21, 2017
- 70
- 102
You can try thisAlbeit unlikely, is it possible to get all the sex skills without getting the passives?
Open RemtairyKarrynSex.js file
Each skill there has 2 functions for example under Blowjob:
Game_Actor.prototype.showEval_karrynBlowjobSkill = function() {
Game_Actor.prototype.showEval_cant_karrynBlowjobSkill = function() {
Now under both of these is a line of code something similar to this:let hasPassive = this.karrynBlowjobSkillPassiveRequirement();
Simply change that tolet hasPassive = true;
Do that to each skill you want to have and they should show up as selectable in battle without having the passives required to unlock them