Converted Urza's Blueprints from explicit code to keyword.

This commit is contained in:
jendave
2011-08-06 03:41:21 +00:00
parent 2d978d6bd2
commit bef27adf33
2 changed files with 5 additions and 1 deletions

View File

@@ -1948,6 +1948,7 @@ Urza's Blueprints
6
Artifact
no text
abDrawCards T:1:Draw a card.:Urza's Blueprints - Draw a card.
Echo:6
Deranged Hermit

View File

@@ -15049,7 +15049,8 @@ public class CardFactory implements NewConstants {
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Urza's Blueprints")) {
final SpellAbility ability = new Ability_Tap(card, "0") {
@@ -15069,6 +15070,8 @@ public class CardFactory implements NewConstants {
ability.setDescription("tap: Draw a card.");
ability.setStackDescription(card.getName() + " - draw a card.");
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Illusions of Grandeur")) {