forked from External/mage
Minor fixes in Mana Short and Power Sink
This commit is contained in:
parent
5ec33fabe1
commit
3154838aca
2 changed files with 3 additions and 0 deletions
|
|
@ -98,6 +98,8 @@ class ManaShortEffect extends OneShotEffect<ManaShortEffect> {
|
|||
}
|
||||
|
||||
targetPlayer.getManaPool().emptyPool();
|
||||
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -120,6 +120,7 @@ class PowerSinkCounterUnlessPaysEffect extends OneShotEffect<PowerSinkCounterUnl
|
|||
for (Ability ability : landAbilities) {
|
||||
if (ability instanceof ManaAbility) {
|
||||
land.tap(game);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue