forked from External/mage
Added new option for mana payment handling of mana already in the mana pool. Reworked the battlefield context menu a bit.
This commit is contained in:
parent
8066fe911c
commit
907ec7abb0
11 changed files with 263 additions and 139 deletions
|
|
@ -224,7 +224,8 @@ public interface Game extends MageItem, Serializable {
|
|||
void timerTimeout(UUID playerId);
|
||||
void idleTimeout(UUID playerId);
|
||||
void concede(UUID playerId);
|
||||
void setManaPoolMode(UUID playerId, boolean autoPayment);
|
||||
void setManaPaymentMode(UUID playerId, boolean autoPayment);
|
||||
void setManaPaymentModeRestricted(UUID playerId, boolean autoPaymentRestricted);
|
||||
void undo(UUID playerId);
|
||||
void emptyManaPools();
|
||||
void addEffect(ContinuousEffect continuousEffect, Ability source);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue