1
This commit is contained in:
commit
734473ad4c
@ -41,7 +41,9 @@ void InternalShot(Creature* c,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
c->room->frame_event.AddShot(c);
|
if (skill_id == 0) {
|
||||||
|
c->room->frame_event.AddShot(c);
|
||||||
|
}
|
||||||
for (auto& tuple : weapon_meta->bullet_born_offset) {
|
for (auto& tuple : weapon_meta->bullet_born_offset) {
|
||||||
a8::Vec2 bullet_born_offset = a8::Vec2(std::get<0>(tuple), std::get<1>(tuple));
|
a8::Vec2 bullet_born_offset = a8::Vec2(std::get<0>(tuple), std::get<1>(tuple));
|
||||||
bullet_born_offset.Rotate(c->attack_dir.CalcAngle(a8::Vec2::UP));
|
bullet_born_offset.Rotate(c->attack_dir.CalcAngle(a8::Vec2::UP));
|
||||||
|
@ -2277,6 +2277,7 @@ void Room::NotifyGameStart()
|
|||||||
buff_meta,
|
buff_meta,
|
||||||
1,
|
1,
|
||||||
nullptr);
|
nullptr);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user