mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
[STX] Implemented Hall of Oracles
This commit is contained in:
parent
d9adbd1627
commit
cf2771e9fa
5 changed files with 108 additions and 32 deletions
|
|
@ -1,11 +1,12 @@
|
|||
package mage.abilities;
|
||||
|
||||
import mage.ApprovingObject;
|
||||
import mage.abilities.mana.ManaOptions;
|
||||
import mage.constants.TargetController;
|
||||
import mage.constants.TimingRule;
|
||||
import mage.game.Game;
|
||||
|
||||
import java.util.UUID;
|
||||
import mage.ApprovingObject;
|
||||
|
||||
/**
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
|
|
@ -68,4 +69,6 @@ public interface ActivatedAbility extends Ability {
|
|||
void setMaxActivationsPerTurn(int maxActivationsPerTurn);
|
||||
|
||||
int getMaxActivationsPerTurn(Game game);
|
||||
|
||||
public void setTiming(TimingRule timing);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue