| 赞 | 7 |
| VIP | 0 |
| 好人卡 | 1 |
| 积分 | 8 |
| 经验 | 1038 |
| 最后登录 | 2026-5-26 |
| 在线时间 | 56 小时 |
Lv2.观梦者
- 梦石
- 0
- 星屑
- 782
- 在线时间
- 56 小时
- 注册时间
- 2017-8-8
- 帖子
- 34
|
- BattleManager.processVictory = function() {
- $gameParty.removeBattleStates();
- $gameParty.performVictory();
- this.playVictoryMe();
- this.replayBgmAndBgs();
- this.makeRewards();
- // 胜利文本
- this.displayVictoryMessage();
- // 奖励文本
- this.displayRewards();
- this.gainRewards();
- this.endBattle(0);
- };
复制代码
rpg_managers.js 这个方法标注出来的这两个方法注释掉就行了 |
|