mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
* Fixed missing ability of Gallia of the Endless Dance.
This commit is contained in:
parent
1067761e3f
commit
2b01ec156e
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
package mage.cards.g;
|
||||
|
||||
import java.util.UUID;
|
||||
import mage.MageInt;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.common.AttacksWithCreaturesTriggeredAbility;
|
||||
|
@ -18,8 +19,6 @@ import mage.constants.SubType;
|
|||
import mage.constants.SuperType;
|
||||
import mage.filter.common.FilterCreaturePermanent;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
|
@ -45,6 +44,7 @@ public final class GalliaOfTheEndlessDance extends CardImpl {
|
|||
ability.addEffect(new GainAbilityControlledEffect(
|
||||
HasteAbility.getInstance(), Duration.WhileOnBattlefield, filter, true
|
||||
).setText("and have haste"));
|
||||
this.addAbility(ability);
|
||||
|
||||
// Whenever you attack with three or more creatures, you may discard a card at random. If you do, draw two cards.
|
||||
this.addAbility(new AttacksWithCreaturesTriggeredAbility(new DoIfCostPaid(
|
||||
|
|
Loading…
Reference in a new issue