- Added Mind Shatter to the Mind Twist card object code.

- Added 2 LQ pic urls.
This commit is contained in:
jendave
2011-08-06 03:38:52 +00:00
parent 54d0a5b81e
commit 9d8cee2912
3 changed files with 10 additions and 3 deletions

View File

@@ -17605,11 +17605,11 @@ public class CardFactory implements NewConstants {
}
};//input
spell.setBeforePayMana(target);
spell.setBeforePayMana(target);
}//*************** END ************ END **************************
//*****************************START*******************************
//*****************************START*******************************
if(cardName.equals("Icy Manipulator")) {
/* The Rules state that this can target a tapped card, but it won't do anything */
@@ -17636,7 +17636,7 @@ public class CardFactory implements NewConstants {
//*************** START *********** START **************************
if(cardName.equals("Mind Twist")) {
if(cardName.equals("Mind Twist") || cardName.equals("Mind Shatter")) {
final SpellAbility spell = new Spell(card) {
private static final long serialVersionUID = 42470566751344693L;