[MIC] Implemented Visions of Glory

This commit is contained in:
Evan Kranzler 2021-09-16 09:34:22 -04:00
parent 244cacfe3b
commit 645779376f
8 changed files with 87 additions and 5 deletions

View file

@ -664,8 +664,9 @@ public class StackAbility extends StackObjectImpl implements Ability {
}
@Override
public void setCostAdjuster(CostAdjuster costAdjuster) {
public StackAbility setCostAdjuster(CostAdjuster costAdjuster) {
this.costAdjuster = costAdjuster;
return this;
}
@Override