mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Merge branch 'escalate' into 'master'
Fix Escalate Cost Closes #1819 See merge request core-developers/forge!4663
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