forked from External/mage
Removed choices that should not be made while casting of a spell.
For example: color choices for protection abilities.
This commit is contained in:
parent
4b4417d88d
commit
9d380331d7
35 changed files with 619 additions and 630 deletions
|
|
@ -249,11 +249,6 @@ public class PermanentCard extends PermanentImpl {
|
|||
card.adjustCosts(ability, game);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void adjustChoices(Ability ability, Game game) {
|
||||
card.adjustChoices(ability, game);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ManaCosts<ManaCost> getManaCost() {
|
||||
if (faceDown) { // face down permanent has always {0} mana costs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue