1
This commit is contained in:
parent
e7677545f8
commit
cc0744edd6
@ -1933,6 +1933,7 @@ void Human::ProcSkillPhase(MetaData::SkillPhase* phase)
|
||||
}
|
||||
}
|
||||
}
|
||||
room->frame_event.AddExplosion(0, pos, 2);
|
||||
room->grid_service.MoveHuman(this);
|
||||
CheckGrass();
|
||||
}
|
||||
|
@ -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:跳跃技能爆炸效果
|
||||
}
|
||||
|
||||
//烟雾
|
||||
|
Loading…
x
Reference in New Issue
Block a user