fix: 智慧塔特殊战二技能穿墙

This commit is contained in:
unanmed 2024-11-18 22:17:12 +08:00
parent 711c4c2264
commit aa2e0e0168

View File

@ -338,8 +338,8 @@ export class TowerBoss extends BarrageBoss {
}
releaseSkill2() {
const x = Math.floor(Math.random() * 13 + 1);
const y = Math.floor(Math.random() * 13 + 1);
const x = Math.floor(Math.random() * 11 + 2);
const y = Math.floor(Math.random() * 11 + 2);
const proj = this.createProjectile(PortalProjectile, 0, 0);
proj.setTarget(x, y);
proj.createEffect(TowerBoss.effect);