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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue