mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Fix Escalate Cost
This commit is contained in:
@@ -123,7 +123,7 @@ public class CostAdjustment {
|
||||
if ("Escalate".equals(amount)) {
|
||||
SpellAbility sub = sa;
|
||||
while(sub != null) {
|
||||
if (!sub.getSVar("CharmOrder").equals("")) {
|
||||
if (sub.getDirectSVars().containsKey("CharmOrder")) {
|
||||
count++;
|
||||
}
|
||||
sub = sub.getSubAbility();
|
||||
|
||||
Reference in New Issue
Block a user