RedAISkye
Well-Known Member
- Apr 10, 2017
- 1,183
- 2,720
- 449
It's better to comment original code than to replace but to answer your question, yes, it works.If anyone can confirm?Code:Game_Party.prototype.cheatMode = function() { return True;
Code:
Game_Party.prototype.cheatMode = function() {
//if(this.isEndlessBattle()) return false;
//return this.freeMode() || this.easyMode();
return true;
};