Fixed #6045 - Note that an addition was made to MorphAbility

This commit is contained in:
jeffwadsworth 2019-11-21 17:39:42 -06:00
parent 3f9f860f85
commit 6d21c9d3dc
2 changed files with 54 additions and 18 deletions

View file

@ -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();