rewrote how coins are flipped

This commit is contained in:
Evan Kranzler 2019-01-15 15:56:40 -05:00
parent f5fffcf417
commit 535fe221e3
64 changed files with 157 additions and 86 deletions

View file

@ -395,9 +395,9 @@ public interface Player extends MageItem, Copyable<Player> {
boolean hasProtectionFrom(MageObject source, Game game);
boolean flipCoin(Game game, boolean winnable);
boolean flipCoin(Ability source, Game game, boolean winnable);
boolean flipCoin(Game game, boolean winnable, ArrayList<UUID> appliedEffects);
boolean flipCoin(Ability source, Game game, boolean winnable, ArrayList<UUID> appliedEffects);
int rollDice(Game game, int numSides);