mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Converted Urza's Blueprints from explicit code to keyword.
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user