mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
Fixed #6045 - Note that an addition was made to MorphAbility
This commit is contained in:
parent
3f9f860f85
commit
6d21c9d3dc
2 changed files with 54 additions and 18 deletions
|
|
@ -186,6 +186,7 @@ public class MorphAbility extends StaticAbility implements AlternativeSourceCost
|
|||
spell.setFaceDown(true, game); // so only the back is visible
|
||||
if (alternateCosts.canPay(ability, sourceId, controllerId, game)) {
|
||||
if (player.chooseUse(Outcome.Benefit, "Cast this card as a 2/2 face-down creature for " + getCosts().getText() + " ?", ability, game)) {
|
||||
game.getState().setValue("MorphAbility" + ability.getSourceId(), "activated"); // Gift of Doom
|
||||
activateMorph(game);
|
||||
// change mana costs
|
||||
ability.getManaCostsToPay().clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue