fix harmonize implementation (fixes #13531)

This commit is contained in:
theelk801 2025-04-14 10:19:08 -04:00
parent 9261c1362e
commit 5876040be7
5 changed files with 37 additions and 109 deletions

View file

@ -787,6 +787,11 @@ public class StackAbility extends StackObjectImpl implements Ability {
return this;
}
@Override
public CostAdjuster getCostAdjuster() {
return costAdjuster;
}
@Override
public void adjustX(Game game) {
if (costAdjuster != null) {