使用了物品回血的话 看看是不是Game_Battler类的item_test被外来脚本重定义过 主要是这句
|
Game_Battler里面的 def hp=(hp) @hp = [[hp, maxhp].min, 0].max if @hp == 0 and not state?(1) and not @immortal add_state(1) # 附加「无法战斗」状态(1号状态) @added_states.push(1) elsif @hp > 0 and state?(1) remove_state(1) # 移除「无法战斗」状态(1号状态) @removed_states.push(1) end end 这个函数没改过吗? |
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2024-12-24 03:13
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.