mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +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++) {
|
for (int i = 0; i < validamount; i++) {
|
||||||
if (player.isHuman()) {
|
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) {
|
if (o != null) {
|
||||||
chosen.add((Card) o);
|
chosen.add((Card) o);
|
||||||
valid.remove((Card) o);
|
valid.remove((Card) o);
|
||||||
|
|||||||
Reference in New Issue
Block a user