mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- Disabled cancel option when hit by Mire's Toll.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user