赞 | 0 |
VIP | 0 |
好人卡 | 12 |
积分 | 1 |
经验 | 12966 |
最后登录 | 2020-6-2 |
在线时间 | 132 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 80
- 在线时间
- 132 小时
- 注册时间
- 2014-5-7
- 帖子
- 148
|
- #--------------------------------------------------------------------------
- # ● 使用技能/物品
- #--------------------------------------------------------------------------
- def use_item
- item = @subject.current_action.item
- @log_window.display_use_item(@subject, item)
- @subject.use_item(item)
- refresh_status
- targets = @subject.current_action.make_targets.compact
- show_animation(targets, item.animation_id)
- targets.each {|target| item.repeats.times { invoke_item(target, item) if @subject.alive? } } #替换
- end
复制代码 Scene_Battle中搜索这段,把倒数第二行替换了【没测试 |
评分
-
查看全部评分
|