linphy 发表于 2017-5-16 22:38
Game_Party.prototype.maxBattleMembers = function() {
return 4;
};
Game_Party.prototype.maxBattleMembers = function() { if (!$gameParty.inBattle()) { return 4; } else { return 99; } };
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |