This commit is contained in:
aozhiwei 2023-06-05 16:05:08 +08:00
parent 2b65f56cb2
commit cbbce7c8e2
2 changed files with 4 additions and 1 deletions

View File

@ -110,7 +110,7 @@ namespace mt
if (!skill_meta) {
abort();
}
#ifdef DEBUG1
#ifdef DEBUG
if (App::Instance()->instance_id == 6) {
_float_cd = 6;
}

View File

@ -64,6 +64,9 @@ static void CalcGunMuzzlePosition(Creature* c,
int bulletIdx,
int bulletNum)
{
if (c->GetHeroMeta()->id() == 60100) {
int i = 0;
}
if (shot_animi) {
if (weapon_meta->double_gun()&&
bulletIdx > (int)(bulletNum / 2)) {