mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
Some minor changes.
This commit is contained in:
parent
7a0e16fb33
commit
a7db298711
2 changed files with 2 additions and 2 deletions
|
|
@ -99,7 +99,7 @@ public class MiracleWatcher extends Watcher {
|
|||
Cards cards = new CardsImpl();
|
||||
cards.add(card);
|
||||
controller.lookAtCards("Miracle", cards, game);
|
||||
if (controller.chooseUse(Outcome.Benefit, "Reveal card to be able to use Miracle?", game)) {
|
||||
if (controller.chooseUse(Outcome.Benefit, "Reveal " + card.getName() + " to be able to use Miracle?", game)) {
|
||||
controller.revealCards("Miracle", cards, game);
|
||||
game.fireEvent(GameEvent.getEvent(GameEvent.EventType.MIRACLE_CARD_REVEALED, card.getId(), card.getId(),controller.getId()));
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue