mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
CostAjustment: remove one count by Escalate too.
This commit is contained in:
@@ -103,6 +103,7 @@ public class CostAdjustment {
|
|||||||
}
|
}
|
||||||
sub = sub.getSubAbility();
|
sub = sub.getSubAbility();
|
||||||
}
|
}
|
||||||
|
--count;
|
||||||
} else if ("Strive".equals(amount)) {
|
} else if ("Strive".equals(amount)) {
|
||||||
for (TargetChoices tc : sa.getAllTargetChoices()) {
|
for (TargetChoices tc : sa.getAllTargetChoices()) {
|
||||||
count += tc.getNumTargeted();
|
count += tc.getNumTargeted();
|
||||||
|
|||||||
Reference in New Issue
Block a user