- Moment's Peace should have flashback now.

This commit is contained in:
jendave
2011-08-06 03:39:25 +00:00
parent 635f6269ce
commit d850b9c85a

View File

@@ -17295,8 +17295,10 @@ public class CardFactory implements NewConstants {
}; };
card.clearSpellAbility(); card.clearSpellAbility();
card.addSpellAbility(spell); card.addSpellAbility(spell);
if (cardName.equals("Moment's Peace")) if (cardName.equals("Moment's Peace")) {
card.setFlashback(true);
card.addSpellAbility(CardFactoryUtil.ability_Flashback(card, "2 G", "0")); card.addSpellAbility(CardFactoryUtil.ability_Flashback(card, "2 G", "0"));
}
}//*************** END ************ END ************************** }//*************** END ************ END **************************
//*************** START *********** START ************************** //*************** START *********** START **************************