- 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

@@ -38,6 +38,8 @@ snow_covered_mountain.jpg http://www.wizards.com/global/images/magic/gene
snow_covered_mountain1.jpg http://www.wizards.com/global/images/magic/general/snow_covered_mountain.jpg
snow_covered_mountain2.jpg http://www.magickartenmarkt.de/img/cards/Ice_Age/snow_covered_mountain.jpg
snow_covered_mountain3.jpg http://www.magickartenmarkt.de/img/cards/Ice_Age/snow_covered_mountain.jpg
mind_shatter.jpg http://www.wizards.com/global/images/magic/general/mind_shatter.jpg
mind_twist.jpg http://www.wizards.com/global/images/magic/general/mind_twist.jpg
icy_manipulator.jpg http://www.wizards.com/global/images/magic/general/icy_manipulator.jpg
reprisal.jpg http://www.wizards.com/global/images/magic/general/reprisal.jpg
ali_from_cairo.jpg http://www.wizards.com/global/images/magic/general/ali_from_cairo.jpg

View File

@@ -1,3 +1,8 @@
Mind Shatter
X B B
Sorcery
Target player discards X cards at random.
Mind Twist
X B
Sorcery

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;