forked from External/mage
[CMR] Implemented Anointer of Valor
This commit is contained in:
parent
c7c76c262a
commit
2dea1b173d
3 changed files with 57 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ public class DoWhenCostPaid extends OneShotEffect {
|
|||
cost.clearPaid();
|
||||
int bookmark = game.bookmarkState();
|
||||
if (cost.pay(source, game, source.getSourceId(), player.getId(), false)) {
|
||||
ability.getEffects().setTargetPointer(getTargetPointer());
|
||||
game.fireReflexiveTriggeredAbility(ability, source);
|
||||
player.resetStoredBookmark(game);
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue