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
|
||||
Artifact
|
||||
no text
|
||||
abDrawCards T:1:Draw a card.:Urza's Blueprints - Draw a card.
|
||||
Echo:6
|
||||
|
||||
Deranged Hermit
|
||||
|
||||
@@ -15050,6 +15050,7 @@ 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")) {
|
||||
|
||||
Reference in New Issue
Block a user