implement Orcish Farmer

This commit is contained in:
Steven Knipe 2025-10-31 22:38:42 -07:00 committed by xenohedron
parent 066fb6dd46
commit d785193b97
6 changed files with 110 additions and 0 deletions

View file

@ -248,6 +248,10 @@ public abstract class ContinuousEffectImpl extends EffectImpl implements Continu
return startingControllerId;
}
protected int getEffectStartingOnTurn() {
return effectStartingOnTurn;
}
@Override
public void setStartingControllerAndTurnNum(Game game, UUID startingController, UUID activePlayerId) {
this.startingControllerId = startingController;