* Haldan Avid Arcanist - Fixed that the spend mana effect as was applied unconditionied to all players.

This commit is contained in:
LevelX2 2020-08-10 14:47:50 +02:00
parent 8bb6d1201f
commit 2ce1a488f6

View file

@ -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