mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00: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()) {
|
||||
FixedTargets fixedTargets = new FixedTargets(copies, game);
|
||||
ExileTargetEffect exileEffect = new ExileTargetEffect();
|
||||
exileEffect.setTargetPointer(fixedTargets);
|
||||
exileEffect.setTargetPointer(fixedTargets).setText("exile the tokens");
|
||||
game.addDelayedTriggeredAbility(new AtTheBeginOfNextEndStepDelayedTriggeredAbility(exileEffect), source);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue