mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Improved the AI of Delver of Secrets.
This commit is contained in:
@@ -406,9 +406,12 @@ public final class AbilityFactoryReveal {
|
||||
question += c + " ";
|
||||
}
|
||||
if (p.isHuman() && GameActionUtil.showYesNoDialog(host, question)) {
|
||||
GuiUtils.getChoice("Revealing cards from library", top.toArray());
|
||||
GuiUtils.getChoice(host + "Revealing cards from library", top.toArray());
|
||||
// AllZone.getGameAction().revealToCopmuter(top.toArray());
|
||||
cardsRevealed = true;
|
||||
} else if (p.isComputer() && (top.get(0).isInstant() || top.get(0).isSorcery())) {
|
||||
GuiUtils.getChoice(host + "Revealing cards from library", top.toArray());
|
||||
cardsRevealed = true;
|
||||
}
|
||||
} else if (params.containsKey("RevealValid")) {
|
||||
final String revealValid = params.get("RevealValid");
|
||||
|
||||
Reference in New Issue
Block a user