mirror of
https://github.com/correl/mage.git
synced 2025-03-17 01:06:26 -09:00
* Dash - Fixed missing tooltip text for triggered return to hand ability.
This commit is contained in:
parent
9cfadbda5b
commit
5b57a5b6ee
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ public class DashAbility extends StaticAbility implements AlternativeSourceCosts
|
||||||
new GainAbilitySourceEffect(HasteAbility.getInstance(), Duration.Custom, false),
|
new GainAbilitySourceEffect(HasteAbility.getInstance(), Duration.Custom, false),
|
||||||
DashedCondition.getInstance(), false, "","");
|
DashedCondition.getInstance(), false, "","");
|
||||||
Effect effect = new ReturnToHandTargetEffect();
|
Effect effect = new ReturnToHandTargetEffect();
|
||||||
|
effect.setText("return the dashed creature from the battlefield to its owner's hand");
|
||||||
effect.setTargetPointer(new FixedTarget(card.getId()));
|
effect.setTargetPointer(new FixedTarget(card.getId()));
|
||||||
ability.addEffect(new CreateDelayedTriggeredAbilityEffect(new AtTheBeginOfNextEndStepDelayedTriggeredAbility(effect), false));
|
ability.addEffect(new CreateDelayedTriggeredAbilityEffect(new AtTheBeginOfNextEndStepDelayedTriggeredAbility(effect), false));
|
||||||
addSubAbility(ability);
|
addSubAbility(ability);
|
||||||
|
|
Loading…
Add table
Reference in a new issue