This commit is contained in:
aozhiwei 2019-07-15 15:38:39 +08:00
parent e7677545f8
commit cc0744edd6
2 changed files with 2 additions and 1 deletions

View File

@ -1933,6 +1933,7 @@ void Human::ProcSkillPhase(MetaData::SkillPhase* phase)
}
}
}
room->frame_event.AddExplosion(0, pos, 2);
room->grid_service.MoveHuman(this);
CheckGrass();
}

View File

@ -507,7 +507,7 @@ message MFExplosion
{
optional int32 item_id = 1; //id
optional MFVec2 pos = 2; //
optional int32 effect = 4 [default = 0]; // 0 1:
optional int32 effect = 4 [default = 0]; // 0 1: 2:
}
//