forked from External/mage
Test framework: added support for flip coin tests (command: setFlipCoinResult);
This commit is contained in:
parent
fde24f349f
commit
c1dfbbda63
12 changed files with 162 additions and 24 deletions
|
|
@ -444,6 +444,8 @@ public interface Player extends MageItem, Copyable<Player> {
|
|||
|
||||
boolean flipCoin(Ability source, Game game, boolean winnable, List<UUID> appliedEffects);
|
||||
|
||||
boolean flipCoinResult(Game game);
|
||||
|
||||
int rollDice(Ability source, Game game, int numSides);
|
||||
|
||||
int rollDice(Ability source, Game game, List<UUID> appliedEffects, int numSides);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue