选择随从或法师后的效果卡也加入玩家出的卡牌队列中

This commit is contained in:
zhl 2020-12-25 14:55:40 +08:00
parent 8fa421a1e9
commit f3f5cc557c

View File

@ -32,6 +32,7 @@ export class SelectPetCommand extends Command<CardGameState, {client: Client,
continue; continue;
} }
let card = player.cards.get(eCardId + ''); let card = player.cards.get(eCardId + '');
player.cardQueue.push(card);
if (card.type === 3) { if (card.type === 3) {
dbpt_cnt ++; dbpt_cnt ++;
} else if (card.type === 2){ } else if (card.type === 2){