mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Converted Coercion from code to keyword.
This commit is contained in:
@@ -9682,7 +9682,8 @@ public class CardFactory implements NewConstants {
|
||||
spell.setStackDescription(card.getName() + " - targeting opponent");
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Coercion")) {
|
||||
final SpellAbility spell = new Spell(card) {
|
||||
@@ -9725,7 +9726,7 @@ public class CardFactory implements NewConstants {
|
||||
|
||||
spell.setBeforePayMana(new Input_PayManaCost(spell));
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
|
||||
Reference in New Issue
Block a user