mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* Revealing Wind - Fixed that the selected card was not revealed.
This commit is contained in:
parent
86a3849e13
commit
df83621acf
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ class RevealingWindEffect extends OneShotEffect {
|
|||
Card card = game.getCard(target.getFirstTarget());
|
||||
if (card != null) {
|
||||
Cards cards = new CardsImpl();
|
||||
cards.add(card);
|
||||
controller.lookAtCards(sourceObject.getName(), cards, game);
|
||||
game.informPlayers(controller.getName() + " look at a face-down attacking creature");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue