updated Krark's Thumb, still doesn't work in multiples

This commit is contained in:
Evan Kranzler 2019-01-15 16:55:45 -05:00
parent 57a362ae29
commit c34f611279
5 changed files with 51 additions and 18 deletions

View file

@ -2558,7 +2558,7 @@ public abstract class PlayerImpl implements Player, Serializable {
@Override
public boolean flipCoin(Ability source, Game game, boolean winnable) {
return this.flipCoin(source, game, true, null);
return this.flipCoin(source, game, winnable, null);
}
/**