[MOM] Implement Sheoldred

This commit is contained in:
theelk801 2023-04-14 20:54:59 -04:00
parent dd91a58c85
commit 25e8cf7cef
11 changed files with 258 additions and 70 deletions

View file

@ -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) {