forked from External/mage
Added the monarch concept to xmage and all related cards.
This commit is contained in:
parent
8bf299e342
commit
68d0e6b9fa
33 changed files with 2149 additions and 281 deletions
|
|
@ -335,10 +335,10 @@ public interface Game extends MageItem, Serializable {
|
|||
void end();
|
||||
|
||||
void cleanUp();
|
||||
|
||||
/*
|
||||
* Gives back the number of cards the player has after the next mulligan
|
||||
*/
|
||||
|
||||
int mulliganDownTo(UUID playerId);
|
||||
|
||||
void mulligan(UUID playerId);
|
||||
|
|
@ -463,4 +463,8 @@ public interface Game extends MageItem, Serializable {
|
|||
void setEnterWithCounters(UUID sourceId, Counters counters);
|
||||
|
||||
Counters getEnterWithCounters(UUID sourceId);
|
||||
|
||||
UUID getMonarchId();
|
||||
|
||||
void setMonarchId(Ability source, UUID monarchId);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue