mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +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
|
||||
//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;
|
||||
|
||||
Reference in New Issue
Block a user