forked from External/mage
[MIC] Implemented Visions of Glory
This commit is contained in:
parent
244cacfe3b
commit
645779376f
8 changed files with 87 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue