This commit is contained in:
aozhiwei 2019-07-12 16:26:44 +08:00
parent a4ff6a50e8
commit c12aac66cb

View File

@ -1718,7 +1718,6 @@ void Human::Revive()
{
dead = false;
health = GetMaxHP();
CheckGrass();
{
MetaData::Buff* buff_meta = MetaMgr::Instance()->GetBuff(1003);
if (buff_meta) {
@ -1728,6 +1727,7 @@ void Human::Revive()
room->frame_event.AddRevive(this);
room->OnHumanRevive(this);
CheckGrass();
use_skill = false;
curr_skill_phase = 0;
skill_dir = a8::Vec2();