mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Added Mind Shatter to the Mind Twist card object code.
- Added 2 LQ pic urls.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Mind Shatter
|
||||
X B B
|
||||
Sorcery
|
||||
Target player discards X cards at random.
|
||||
|
||||
Mind Twist
|
||||
X B
|
||||
Sorcery
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user