赞 | 159 |
VIP | 0 |
好人卡 | 0 |
积分 | 263 |
经验 | 0 |
最后登录 | 2024-11-13 |
在线时间 | 5354 小时 |
Lv5.捕梦者
- 梦石
- 0
- 星屑
- 26259
- 在线时间
- 5354 小时
- 注册时间
- 2016-3-8
- 帖子
- 1655
|
本帖最后由 alexncf125 于 2021-8-28 12:38 编辑
BattleManager._originEndBattle = BattleManager.endBattle;
BattleManager.endBattle = function() {
if ($gameSwitches.value(1) == true){
$gameParty.gainItem($dataItems[1],1);
};
this._originEndBattle();
};
抄考自https://rpg.blue/thread-398044-1-1.html |
|