- Converted Stitch Together to script.

This commit is contained in:
Sloth
2011-11-10 20:19:46 +00:00
parent d2cca0fb0e
commit ec69b60fb4
2 changed files with 6 additions and 3 deletions

View File

@@ -1928,7 +1928,7 @@ public class CardFactorySorceries {
} // *************** END ************ END **************************
// *************** START *********** START **************************
else if (cardName.equals("Stitch Together")) {
/*else if (cardName.equals("Stitch Together")) {
final SpellAbility spell = new Spell(card) {
private static final long serialVersionUID = -57996914115026814L;
@@ -2008,7 +2008,7 @@ public class CardFactorySorceries {
} // showMessage()
}; // Input
spell.setBeforePayMana(target);
} // *************** END ************ END **************************
}*/ // *************** END ************ END **************************
// *************** START *********** START **************************
else if (cardName.equals("Patriarch's Bidding")) {