mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Fixed Bloodthirst overwriting the X SVar.
- Fixed StackDescription of AF PumpAll.
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user