small fix for displaying revealed card in AF_Reveal

This commit is contained in:
slapshot5
2011-10-07 05:22:32 +00:00
parent 16ec96d306
commit 643f473144

View File

@@ -1929,7 +1929,7 @@ public final class AbilityFactory_Reveal {
if (params.containsKey("RememberRevealed")) { if (params.containsKey("RememberRevealed")) {
host.addRemembered(random); host.addRemembered(random);
} }
GuiUtils.getChoice("Random card", new CardList(random)); GuiUtils.getChoice("Random card", new CardList(random).toArray());
} }
} }