mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
implement Orcish Farmer
This commit is contained in:
parent
066fb6dd46
commit
d785193b97
6 changed files with 110 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue