mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
small fix for displaying revealed card in AF_Reveal
This commit is contained in:
@@ -1929,7 +1929,7 @@ public final class AbilityFactory_Reveal {
|
||||
if (params.containsKey("RememberRevealed")) {
|
||||
host.addRemembered(random);
|
||||
}
|
||||
GuiUtils.getChoice("Random card", new CardList(random));
|
||||
GuiUtils.getChoice("Random card", new CardList(random).toArray());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user