Window_SkillList.prototype.includes = function(item) { //战斗中 if (BattleManager._phase) { return item && item.stypeId === this._stypeId && item.occasion !== 3; } [font="]//非战斗[/font] else { return item && item.stypeId === this._stypeId; } };
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |