- Added 7 LQ pic urls.

- Added Stroke of Genius to the Braingeyser card object.
This commit is contained in:
jendave
2011-08-06 03:34:05 +00:00
parent e1bac7d7ac
commit aee12717fa
3 changed files with 13 additions and 1 deletions

View File

@@ -38,6 +38,13 @@ 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
death_grasp.jpg http://www.wizards.com/global/images/magic/general/death_grasp.jpg
stroke_of_genius.jpg http://www.wizards.com/global/images/magic/general/stroke_of_genius.jpg
braingeyser.jpg http://www.wizards.com/global/images/magic/general/braingeyser.jpg
fault_line.jpg http://www.wizards.com/global/images/magic/general/fault_line.jpg
earthquake.jpg http://www.wizards.com/global/images/magic/general/earthquake.jpg
rolling_earthquake.jpg http://www.wizards.com/global/images/magic/general/rolling_earthquake.jpg
hurricane.jpg http://www.wizards.com/global/images/magic/general/hurricane.jpg
helix_pinnacle.jpg http://www.wizards.com/global/images/magic/general/helix_pinnacle.jpg
quag_vampires.jpg http://www.wizards.com/global/images/magic/general/quag_vampires.jpg
skitter_of_lizards.jpg http://www.wizards.com/global/images/magic/general/skitter_of_lizards.jpg

View File

@@ -1,3 +1,8 @@
Stroke of Genius
X 2 U
Instant
no text
Death Grasp
X W B
Sorcery

View File

@@ -16994,7 +16994,7 @@ public class CardFactory implements NewConstants {
//*************** START *********** START **************************
else if(cardName.equals("Braingeyser"))
else if(cardName.equals("Braingeyser") || cardName.equals("Stroke of Genius"))
{
final SpellAbility spell = new Spell(card){
private static final long serialVersionUID = -7141472916367953810L;