mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-19 12:49:25 +08:00
fix: 智慧塔特殊战二技能穿墙
This commit is contained in:
parent
711c4c2264
commit
aa2e0e0168
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user