Fix that Warbringer's cost reduction doesn't apply when checking playable (for real this time)

This commit is contained in:
Alex W. Jackson 2022-04-03 10:19:22 -04:00
parent 081b2f2f39
commit c58eeef77d
3 changed files with 26 additions and 3 deletions

View file

@ -26,4 +26,4 @@ public enum DashedCondition implements Condition {
}
return false;
}
}
}