forked from External/mage
Added new option for mana payment handling of mana already in the mana pool. Reworked the battlefield context menu a bit.
This commit is contained in:
parent
8066fe911c
commit
907ec7abb0
11 changed files with 263 additions and 139 deletions
|
|
@ -1085,6 +1085,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
|
||||
@Override
|
||||
public boolean activateAbility(ActivatedAbility ability, Game game) {
|
||||
getManaPool().setStock(); // needed for the "mana already in the pool has to be used manually" option
|
||||
boolean result;
|
||||
if (ability instanceof PassAbility) {
|
||||
pass(game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue