[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

@ -543,7 +543,7 @@ public interface Ability extends Controllable, Serializable {
void adjustTargets(Game game);
void setCostAdjuster(CostAdjuster costAdjuster);
Ability setCostAdjuster(CostAdjuster costAdjuster);
CostAdjuster getCostAdjuster();