mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
Implemented Infinite Hourglass, updated upkeep-only text generation
This commit is contained in:
parent
c6f8489ef3
commit
d15ed359ce
5 changed files with 109 additions and 5 deletions
|
|
@ -29,6 +29,7 @@ package mage.abilities;
|
|||
|
||||
import java.util.UUID;
|
||||
import mage.abilities.mana.ManaOptions;
|
||||
import mage.constants.TargetController;
|
||||
import mage.game.Game;
|
||||
|
||||
/**
|
||||
|
|
@ -39,6 +40,8 @@ public interface ActivatedAbility extends Ability {
|
|||
|
||||
boolean canActivate(UUID playerId, Game game);
|
||||
|
||||
public void setMayActivate(TargetController mayActivate);
|
||||
|
||||
/**
|
||||
* Returns the minimal possible cost for what the ability can be activated
|
||||
* or cast
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue