军团活动:蛮夷入侵增加精英怪

This commit is contained in:
luying
2021-03-24 16:24:08 +08:00
parent 565c5717d5
commit 4253a5f02a
2 changed files with 4 additions and 2 deletions

View File

@@ -216,7 +216,7 @@ export class GateActivityHandler {
let round = 0, enemyCnt = 0, littleBossCnt = 0, bossCnt = 0;
for(let { enemyType, round: r } of record) {
if(r > round) round = r;
if(enemyType == ENEMIES_TYPE.ENEMY) {
if(enemyType == ENEMIES_TYPE.ENEMY || enemyType == ENEMIES_TYPE.ELITE_ENEMY ) {
enemyCnt ++;
} else if (enemyType == ENEMIES_TYPE.LITTLE_BOSS) {
littleBossCnt ++;