mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08:00
* Nacatl-War Pride - minor rule text fix.
This commit is contained in:
parent
75d0926f4b
commit
4061bebc40
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ class NacatlWarPrideEffect extends OneShotEffect {
|
||||||
if (!copies.isEmpty()) {
|
if (!copies.isEmpty()) {
|
||||||
FixedTargets fixedTargets = new FixedTargets(copies, game);
|
FixedTargets fixedTargets = new FixedTargets(copies, game);
|
||||||
ExileTargetEffect exileEffect = new ExileTargetEffect();
|
ExileTargetEffect exileEffect = new ExileTargetEffect();
|
||||||
exileEffect.setTargetPointer(fixedTargets);
|
exileEffect.setTargetPointer(fixedTargets).setText("exile the tokens");
|
||||||
game.addDelayedTriggeredAbility(new AtTheBeginOfNextEndStepDelayedTriggeredAbility(exileEffect), source);
|
game.addDelayedTriggeredAbility(new AtTheBeginOfNextEndStepDelayedTriggeredAbility(exileEffect), source);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue