forked from External/mage
fix harmonize implementation (fixes #13531)
This commit is contained in:
parent
9261c1362e
commit
5876040be7
5 changed files with 37 additions and 109 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue