| 
 
| 赞 | 7 |  
| VIP | 0 |  
| 好人卡 | 1 |  
| 积分 | 8 |  
| 经验 | 1038 |  
| 最后登录 | 2023-9-28 |  
| 在线时间 | 55 小时 |  
 Lv2.观梦者 
	梦石0 星屑768 在线时间55 小时注册时间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 这个方法标注出来的这两个方法注释掉就行了
 | 
 |