forked from External/mage
[MOM] Implement Sheoldred
This commit is contained in:
parent
dd91a58c85
commit
25e8cf7cef
11 changed files with 258 additions and 70 deletions
|
|
@ -241,8 +241,9 @@ public abstract class ActivatedAbilityImpl extends AbilityImpl implements Activa
|
|||
}
|
||||
|
||||
@Override
|
||||
public void setTiming(TimingRule timing) {
|
||||
public ActivatedAbilityImpl setTiming(TimingRule timing) {
|
||||
this.timing = timing;
|
||||
return this;
|
||||
}
|
||||
|
||||
protected boolean hasMoreActivationsThisTurn(Game game) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue