mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
* Windreaders Sphinx - Fixed that the draw ability has to be optional.
This commit is contained in:
parent
88cd002210
commit
2dccefde1e
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class WindreaderSphinxTriggeredAbility extends TriggeredAbilityImpl<WindreaderSp
|
|||
}
|
||||
|
||||
public WindreaderSphinxTriggeredAbility() {
|
||||
super(Zone.BATTLEFIELD, new DrawCardControllerEffect(1));
|
||||
super(Zone.BATTLEFIELD, new DrawCardControllerEffect(1), true);
|
||||
}
|
||||
|
||||
public WindreaderSphinxTriggeredAbility(final WindreaderSphinxTriggeredAbility ability) {
|
||||
|
|
Loading…
Reference in a new issue