alias update_auto_state_1 update_auto_state def update_auto_state(old_armor, new_armor) last_hp = @hp last_sp = @sp update_auto_state_1(old_armor, new_armor) self.hp = last_hp self.sp = last_sp end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |