From 96073bb0e8773fed3047da7d3f7961a96d15cba1 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 03:09:32 +0000 Subject: [PATCH] Converted Aggressive Urge; Guided Strike and Might of Oaks from code to keyword. --- res/cards.txt | 5 +++++ res/main.properties | 2 +- src/forge/CardFactory.java | 14 ++++++++------ 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/res/cards.txt b/res/cards.txt index 959fa0d3603..d140152fca9 100644 --- a/res/cards.txt +++ b/res/cards.txt @@ -9447,6 +9447,8 @@ Guided Strike 1 W Instant Target creature gets +1/+0 and gains first strike until end of turn. Draw a card. +spPumpTgt:+1/+0/First Strike +Cantrip Mobilization 2 W @@ -15014,6 +15016,8 @@ Aggressive Urge 1 G Instant Target creature gets +1/+1 until end of turn. Draw a card. +spPumpTgt:+1/+1 +Cantrip Needle Storm 2 G @@ -15518,6 +15522,7 @@ Might of Oaks 3 G Instant Target creature gets +7/+7 until end of turn. +spPumpTgt:+7/+7 Spined Wurm 4 G diff --git a/res/main.properties b/res/main.properties index 4bc9fa4f19d..7cc050b3bb0 100644 --- a/res/main.properties +++ b/res/main.properties @@ -1,6 +1,6 @@ program/mail=mtgerror@yahoo.com program/forum=http://www.slightlymagic.net/forum/viewforum.php?f=26 -program/version=Forge -- official beta: 09/12/14, SVN revision: 249 +program/version=Forge -- official beta: 09/12/14, SVN revision: 251 tokens--file=AllTokens.txt diff --git a/src/forge/CardFactory.java b/src/forge/CardFactory.java index 9aa78b00fec..ab629c059c4 100644 --- a/src/forge/CardFactory.java +++ b/src/forge/CardFactory.java @@ -14585,8 +14585,7 @@ public class CardFactory implements NewConstants { }//*************** END ************ END ************************** - - +/* //*************** START *********** START ************************** else if(cardName.equals("Might of Oaks")) { @@ -14643,8 +14642,10 @@ public class CardFactory implements NewConstants { card.clearSpellAbility(); card.addSpellAbility(spell); }//*************** END ************ END ************************** - - //*************** START *********** START ************************** +*/ + +/* + //*************** START *********** START ************************** else if(cardName.equals("Guided Strike")) { final Card[] target = new Card[1]; @@ -14701,8 +14702,9 @@ public class CardFactory implements NewConstants { card.clearSpellAbility(); card.addSpellAbility(spell); }//*************** END ************ END ************************** +*/ - +/* //*************** START *********** START ************************** else if(cardName.equals("Aggressive Urge")) { @@ -14760,7 +14762,7 @@ public class CardFactory implements NewConstants { card.clearSpellAbility(); card.addSpellAbility(spell); }//*************** END ************ END ************************** - +*/ /* //*************** START *********** START **************************