mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
fixed Doppelgänger in chaos mode
This commit is contained in:
@@ -231,7 +231,7 @@ public class DuelScene extends ForgeScene {
|
|||||||
if (this.chaosBattle) { //random challenge for chaos mode
|
if (this.chaosBattle) { //random challenge for chaos mode
|
||||||
//aiextras
|
//aiextras
|
||||||
List<IPaperCard> aiCards = new ArrayList<>();
|
List<IPaperCard> aiCards = new ArrayList<>();
|
||||||
for (String s : deckProxyMapMap.get(deck).getRight()) {
|
for (String s : deckProxyMapMap.get(deckProxy).getRight()) {
|
||||||
aiCards.add(QuestUtil.readExtraCard(s));
|
aiCards.add(QuestUtil.readExtraCard(s));
|
||||||
}
|
}
|
||||||
this.AIExtras = aiCards;
|
this.AIExtras = aiCards;
|
||||||
|
|||||||
Reference in New Issue
Block a user