- Mar 7, 2020
- 742
- 739
In RemtairyKarryn.js, edit this function to return high numbers.How do i prevent scandalous appearance from happening?
JavaScript:
Game_Actor.prototype.getNightModeScoreRequirement = function() {
if(Karryn.hasEdict(EDICT_DIFFERENT_MINDSET_EFFECTS))
return 99;
else
return 99;
};