This commit is contained in:
aozhiwei 2019-07-18 11:38:01 +08:00
parent 2eed297b49
commit bf24b15380

View File

@ -2103,7 +2103,7 @@ void Human::InternalShot(MetaData::Equip* bullet_meta, int skill_id, size_t offs
return;
}
}
if (offset_idx <=0 ) {
if (offset_idx <= 0) {
room->frame_event.AddShot(this);
}
for (auto& born_point : born_points) {