forked from External/mage
* Haldan Avid Arcanist - Fixed that the spend mana effect as was applied unconditionied to all players.
This commit is contained in:
parent
8bb6d1201f
commit
2ce1a488f6
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ class HaldanAvidArcanistSpendAnyManaEffect extends AsThoughEffectImpl implements
|
|||
|
||||
@Override
|
||||
public boolean applies(UUID objectId, Ability source, UUID affectedControllerId, Game game) {
|
||||
return true;
|
||||
return HaldanAvidArcanist.checkCard(objectId, source, affectedControllerId, game);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue