修正机器人选择随从时, 效果卡选择错误的bug
This commit is contained in:
parent
b6baf42acf
commit
6f5c3384c4
@ -215,7 +215,7 @@ let assistantUtil = {
|
|||||||
}
|
}
|
||||||
//TODO: 增加效果卡
|
//TODO: 增加效果卡
|
||||||
let effCards: number[] = [];
|
let effCards: number[] = [];
|
||||||
for (let card of cards) {
|
for (let [,card] of dstPlayer.cards) {
|
||||||
if (card.type == CardType.double_effect || card.type == CardType.double_point) {
|
if (card.type == CardType.double_effect || card.type == CardType.double_point) {
|
||||||
effCards.push(card.id);
|
effCards.push(card.id);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user