- Disabled cancel option when hit by Mire's Toll.

This commit is contained in:
Sloth
2012-08-24 19:13:04 +00:00
parent 298fab72cd
commit 071b42734c

View File

@@ -2424,7 +2424,7 @@ public final class AbilityFactoryReveal {
for (int i = 0; i < validamount; i++) {
if (player.isHuman()) {
final Object o = GuiUtils.chooseOneOrNone("Choose card(s) to reveal", valid.toArray());
final Object o = GuiUtils.chooseOne("Choose card(s) to reveal", valid.toArray());
if (o != null) {
chosen.add((Card) o);
valid.remove((Card) o);