选择随从或法师后的效果卡也加入玩家出的卡牌队列中
This commit is contained in:
parent
8fa421a1e9
commit
f3f5cc557c
@ -32,6 +32,7 @@ export class SelectPetCommand extends Command<CardGameState, {client: Client,
|
||||
continue;
|
||||
}
|
||||
let card = player.cards.get(eCardId + '');
|
||||
player.cardQueue.push(card);
|
||||
if (card.type === 3) {
|
||||
dbpt_cnt ++;
|
||||
} else if (card.type === 2){
|
||||
|
Loading…
x
Reference in New Issue
Block a user