fixed Doppelgänger in chaos mode

This commit is contained in:
Grimm
2022-08-11 13:14:33 +02:00
parent 98b836cee4
commit 618b272166

View File

@@ -231,7 +231,7 @@ public class DuelScene extends ForgeScene {
if (this.chaosBattle) { //random challenge for chaos mode
//aiextras
List<IPaperCard> aiCards = new ArrayList<>();
for (String s : deckProxyMapMap.get(deck).getRight()) {
for (String s : deckProxyMapMap.get(deckProxy).getRight()) {
aiCards.add(QuestUtil.readExtraCard(s));
}
this.AIExtras = aiCards;