This commit is contained in:
aozhiwei 2022-09-06 20:48:01 +08:00
parent 0a0f2c8043
commit 099fa79d7d

View File

@ -220,11 +220,6 @@ void InternalShot(Creature* c,
bullet_info.recoil_force = std::get<4>(tuple);
bullet_info.invincible_buff_uniid = invincible_buff_uniid;
InternalCreateBullet(bullet_info);
#ifdef DEBUG
if (c->IsPlayer()) {
printf("delay_time:%d\n", bullet_info.delay_time);
}
#endif
}
}
c->GetTrigger()->Shot(weapon_meta);