- Fixed Bloodthirst overwriting the X SVar.

- Fixed StackDescription of AF PumpAll.
This commit is contained in:
Sloth
2012-12-03 19:22:04 +00:00
parent 32c0867390
commit 077df91e43
4 changed files with 4 additions and 4 deletions

View File

@@ -22,9 +22,10 @@ public class PumpAllEffect extends SpellEffect {
String desc = "";
if (sa.hasParam("PumpAllDescription")) {
desc = sa.getParam("PumpAllDescription");
} else if (sa.hasParam("SpellDescription")){
desc = sa.getParam("SpellDescription").replace("CARDNAME", sa.getSourceCard().getName());
}
sb.append(desc);
final AbilitySub abSub = sa.getSubAbility();

View File

@@ -4686,7 +4686,6 @@ public class CardFactoryUtil {
+ "where X is the damage dealt to your opponents this turn.)";
card.setSVar("X", "Count$BloodthirstAmount");
}
card.setSVar("X", "Count$BloodthirstAmount");
card.addIntrinsicKeyword("etbCounter:P1P1:" + numCounters + ":Bloodthirst$ True:" + desc);
} // bloodthirst