forked from External/mage
Improved interactions between pay X and other effects;
This commit is contained in:
parent
c0ef473d6d
commit
04591a24f7
60 changed files with 685 additions and 813 deletions
|
|
@ -57,8 +57,8 @@ public class CounterUnlessPaysEffect extends OneShotEffect {
|
|||
costToPay = cost.copy();
|
||||
costValueMessage = costToPay.getText();
|
||||
} else {
|
||||
costValueMessage = "{" + genericMana.calculate(game, source, this) + "}";
|
||||
costToPay = ManaUtil.createManaCost(genericMana, game, source, this);
|
||||
costValueMessage = "{" + genericMana.calculate(game, source, this) + "}";
|
||||
}
|
||||
String message;
|
||||
if (costToPay instanceof ManaCost) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue