mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
* Steam Augury - removed wrong target opponent object (fixes #3393).
This commit is contained in:
parent
d686af8890
commit
376d82be99
1 changed files with 1 additions and 3 deletions
|
@ -61,8 +61,6 @@ public class SteamAugury extends CardImpl {
|
|||
|
||||
// Reveal the top five cards of your library and separate them into two piles. An opponent chooses one of those piles. Put that pile into your hand and the other into your graveyard.
|
||||
this.getSpellAbility().addEffect(new SteamAuguryEffect());
|
||||
this.getSpellAbility().addTarget(new TargetOpponent());
|
||||
|
||||
}
|
||||
|
||||
public SteamAugury(final SteamAugury card) {
|
||||
|
|
Loading…
Reference in a new issue