forked from External/mage
updated Krark's Thumb, still doesn't work in multiples
This commit is contained in:
parent
57a362ae29
commit
c34f611279
5 changed files with 51 additions and 18 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue