momozahara2
Newbie
- Mar 6, 2018
- 28
- 28
- 197
I have check into it the problem seem to beIf you're using the KP Deviancy mod and noticing that Karryn's clothes are being fully restored after battles, try removing the mod to see if that resolves the issue. To do this, go to thewww\modsfolder and delete both thedeviancyfolder and thekp_deviancy_base.jsfile.
I've tested this method myself and it seemed to restore the expected clothing behavior, but I'd appreciate feedback to confirm it's not just a placebo effect or something unrelated.
dv_guardsbride.js I check into the code but busy to test in game right now
JavaScript:
Game_Party.prototype.postBattleCleanup = function() {
let actor = $gameActors.actor(ACTOR_KARRYN_ID);
actor.changeToWardenClothing();
actor.setTachieBody(1);
dv_postBattleCleanup.call(this);
};