mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
- Added optional flag for BecomesTargetControllerSpellTriggeredAbility. Fixes Dormant Gomazoa.
This commit is contained in:
parent
26084cc184
commit
39fcd5648f
2 changed files with 3 additions and 3 deletions
|
|
@ -64,7 +64,7 @@ public class DormantGomazoa extends CardImpl<DormantGomazoa> {
|
|||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new SkipUntapSourceEffect()));
|
||||
|
||||
// Whenever you become the target of a spell, you may untap Dormant Gomazoa.
|
||||
this.addAbility(new BecomesTargetControllerSpellTriggeredAbility(new UntapSourceEffect()));
|
||||
this.addAbility(new BecomesTargetControllerSpellTriggeredAbility(new UntapSourceEffect(), true));
|
||||
}
|
||||
|
||||
public DormantGomazoa(final DormantGomazoa card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue