[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

@ -1323,8 +1323,9 @@ public abstract class AbilityImpl implements Ability {
* @param costAdjuster
*/
@Override
public void setCostAdjuster(CostAdjuster costAdjuster) {
public AbilityImpl setCostAdjuster(CostAdjuster costAdjuster) {
this.costAdjuster = costAdjuster;
return this;
}
@Override