mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
- Moment's Peace should have flashback now.
This commit is contained in:
@@ -17295,8 +17295,10 @@ public class CardFactory implements NewConstants {
|
||||
};
|
||||
card.clearSpellAbility();
|
||||
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"));
|
||||
}
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
//*************** START *********** START **************************
|
||||
|
||||
Reference in New Issue
Block a user