mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
fixed Gideon's Triumph not initializing its watcher
This commit is contained in:
parent
41acfbb2fd
commit
014dd60440
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ public final class GideonsTriumph extends CardImpl {
|
|||
// Target opponent sacrifices a creature that attacked or blocked this turn. If you control a Gideon planeswalker, that player sacrifices two of those creatures instead.
|
||||
this.getSpellAbility().addEffect(new GideonsTriumphEffect());
|
||||
this.getSpellAbility().addTarget(new TargetOpponent());
|
||||
this.getSpellAbility().addWatcher(new GideonsTriumphWatcher());
|
||||
}
|
||||
|
||||
private GideonsTriumph(final GideonsTriumph card) {
|
||||
|
|
Loading…
Add table
Reference in a new issue