mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
* Chorus of the Conclave - Anotehr small change.
This commit is contained in:
parent
c20e21b0fb
commit
16b01b03be
1 changed files with 9 additions and 11 deletions
|
|
@ -114,7 +114,6 @@ class ChorusOfTheConclaveReplacementEffect extends ReplacementEffectImpl {
|
||||||
if (you != null) {
|
if (you != null) {
|
||||||
if (you.chooseUse(Outcome.Benefit, "Do you wish to pay the additonal cost to add +1/+1 counters to the creature you cast?", game)) {
|
if (you.chooseUse(Outcome.Benefit, "Do you wish to pay the additonal cost to add +1/+1 counters to the creature you cast?", game)) {
|
||||||
xCost += playerPaysXGenericMana(you, source, game);
|
xCost += playerPaysXGenericMana(you, source, game);
|
||||||
if (xCost > 0) {
|
|
||||||
// save the x value to be available for ETB replacement effect
|
// save the x value to be available for ETB replacement effect
|
||||||
Object object = game.getState().getValue("spellX" + source.getSourceId());
|
Object object = game.getState().getValue("spellX" + source.getSourceId());
|
||||||
Map<UUID, Integer> spellX;
|
Map<UUID, Integer> spellX;
|
||||||
|
|
@ -127,7 +126,6 @@ class ChorusOfTheConclaveReplacementEffect extends ReplacementEffectImpl {
|
||||||
game.getState().setValue("spellX" + source.getSourceId(), spellX);
|
game.getState().setValue("spellX" + source.getSourceId(), spellX);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue