mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00: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),
|
||||
DashedCondition.getInstance(), false, "","");
|
||||
Effect effect = new ReturnToHandTargetEffect();
|
||||
effect.setText("return the dashed creature from the battlefield to its owner's hand");
|
||||
effect.setTargetPointer(new FixedTarget(card.getId()));
|
||||
ability.addEffect(new CreateDelayedTriggeredAbilityEffect(new AtTheBeginOfNextEndStepDelayedTriggeredAbility(effect), false));
|
||||
addSubAbility(ability);
|
||||
|
|
Loading…
Reference in a new issue