diff --git a/res/cardsfolder/umezawas_jitte.txt b/res/cardsfolder/umezawas_jitte.txt index abf54922878..41e82cebf41 100644 --- a/res/cardsfolder/umezawas_jitte.txt +++ b/res/cardsfolder/umezawas_jitte.txt @@ -3,7 +3,8 @@ ManaCost:2 Types:Legendary Artifact Equipment Text:Whenever equipped creature deals combat damage, put two charge counters on Umezawa's Jitte. K:abPumpEquipped SubCounter<1/CHARGE>:+2/+2 -A:AB$Pump | Cost$ SubCounter<1/CHARGE> | NumAtt$ -1 | NumDef$ -1 | IsCurse$ True | SpellDescription$ Target creature gets -1/-1 until end of turn. +#A:AB$Pump | Cost$ SubCounter<1/CHARGE> | NumAtt$ +2 | NumDef$ +2 | SpellDescription$ Equipped creature gets +2/+2 until end of turn. +A:AB$Pump | Cost$ SubCounter<1/CHARGE> | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -1 | NumDef$ -1 | IsCurse$ True | SpellDescription$ Target creature gets -1/-1 until end of turn. A:AB$GainLife | Cost$ SubCounter<1/CHARGE> | LifeAmount$ 2 | SpellDescription$ You gain 2 life. SVar:Rarity:Rare SVar:Picture:http://www.wizards.com/global/images/magic/general/umezawas_jitte.jpg diff --git a/src/forge/CardFactory.java b/src/forge/CardFactory.java index b999a94bb71..c36e51d9dae 100644 --- a/src/forge/CardFactory.java +++ b/src/forge/CardFactory.java @@ -1593,6 +1593,8 @@ public class CardFactory implements NewConstants { } } + // We only have 1 card left out of the approximately 450+ ab/spPump cards to convert over to AbilityFactory. + // Umezawa's Jitte has an ability that will require some changes to AF_Pump. while(hasKeyword(card, "abPump") != -1) { int n = hasKeyword(card, "abPump"); if(n != -1) {