Test framework: added support for flip coin tests (command: setFlipCoinResult);

This commit is contained in:
Oleg Agafonov 2020-12-14 03:00:38 +04:00
parent fde24f349f
commit c1dfbbda63
12 changed files with 162 additions and 24 deletions

View file

@ -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);