forked from External/mage
[MIR] Implement Teferi's Imp (#11326)
This commit is contained in:
parent
69517f998f
commit
5996cfbce2
9 changed files with 186 additions and 4 deletions
|
|
@ -540,6 +540,16 @@ public class StackAbility extends StackObjectImpl implements Ability {
|
|||
this.ability.setWorksFaceDown(worksFaceDown);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean getWorksPhasedOut() {
|
||||
return this.ability.getWorksPhasedOut();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setWorksPhasedOut(boolean worksPhasedOut) {
|
||||
this.ability.setWorksPhasedOut(worksPhasedOut);
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Watcher> getWatchers() {
|
||||
return this.ability.getWatchers();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue