From 88b8ed09430e73b7c64c5fa7a02c3c9b9ad25cf9 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 10:49:53 +0000 Subject: [PATCH] *Fixed Banshee's X-payment glitch. --- src/forge/CardFactory_Creatures.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/forge/CardFactory_Creatures.java b/src/forge/CardFactory_Creatures.java index 82b5072da99..27e8c51e6c9 100644 --- a/src/forge/CardFactory_Creatures.java +++ b/src/forge/CardFactory_Creatures.java @@ -20755,11 +20755,11 @@ public class CardFactory_Creatures { * player, and half X damage, rounded up, to you. */ - //Ability_Cost abCost = new Ability_Cost("X 0 T", cardName, true); - //Target tgt = new Target("TgtCP"); + Ability_Cost abCost = new Ability_Cost("X T", cardName, true); + Target tgt = new Target("TgtCP"); - final Ability_Tap ability = new Ability_Tap(card, "X 0") { - //final Ability_Activated ability = new Ability_Activated(card, abCost, tgt) { + //final Ability_Tap ability = new Ability_Tap(card, "X") { + final Ability_Activated ability = new Ability_Activated(card, abCost, tgt) { private static final long serialVersionUID = 2755743211116192949L; @Override @@ -20782,12 +20782,12 @@ public class CardFactory_Creatures { };//SpellAbility - ability.setIsXCost(true); - ability.setXManaCost("1"); + //ability.setIsXCost(true); + //ability.setXManaCost("1"); ability.setDescription("X, tap: "+"Banshee deals half X damage, rounded down, to target creature or player, and half X damage, rounded up, to you."); ability.setStackDescription(card.getName()+" - Banshee deals half X damage, rounded down, to target creature or player, and half X damage, rounded up, to you."); card.addSpellAbility(ability); - ability.setBeforePayMana(CardFactoryUtil.input_targetCreaturePlayer(ability, true, false)); + //ability.setBeforePayMana(CardFactoryUtil.input_targetCreaturePlayer(ability, true, false)); }//*************** END ************ END ************************** if(hasKeyword(card, "Level up") != -1 && hasKeyword(card, "maxLevel") != -1)