mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Converted Urza's Blueprints from explicit code to keyword.
This commit is contained in:
@@ -1948,6 +1948,7 @@ Urza's Blueprints
|
|||||||
6
|
6
|
||||||
Artifact
|
Artifact
|
||||||
no text
|
no text
|
||||||
|
abDrawCards T:1:Draw a card.:Urza's Blueprints - Draw a card.
|
||||||
Echo:6
|
Echo:6
|
||||||
|
|
||||||
Deranged Hermit
|
Deranged Hermit
|
||||||
|
|||||||
@@ -15049,7 +15049,8 @@ public class CardFactory implements NewConstants {
|
|||||||
|
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Urza's Blueprints")) {
|
else if(cardName.equals("Urza's Blueprints")) {
|
||||||
final SpellAbility ability = new Ability_Tap(card, "0") {
|
final SpellAbility ability = new Ability_Tap(card, "0") {
|
||||||
@@ -15069,6 +15070,8 @@ public class CardFactory implements NewConstants {
|
|||||||
ability.setDescription("tap: Draw a card.");
|
ability.setDescription("tap: Draw a card.");
|
||||||
ability.setStackDescription(card.getName() + " - draw a card.");
|
ability.setStackDescription(card.getName() + " - draw a card.");
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Illusions of Grandeur")) {
|
else if(cardName.equals("Illusions of Grandeur")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user