以下引用木葬枫于2008-12-18 12:02:25的发言:
搜索:升级提示,附带此功能,升级界面也美观许多
以下引用疯鸡瘫圣老贱于2008-12-21 10:14:23的发言:
#===========================================================================
#战斗后回复HP
#===========================================================================
class Game_Battler
def remove_states_battle
for state in states
remove_state(state.id) if state.battle_only
end
n = maxhp * 100
n /= 100
self.hp += n
end
end
[本贴由作者于 2008-12-21 10:15:00 最后编辑]
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |