forked from External/mage
rewrote how coins are flipped
This commit is contained in:
parent
f5fffcf417
commit
535fe221e3
64 changed files with 157 additions and 86 deletions
|
|
@ -34,7 +34,7 @@ public class FlipUntilLoseEffect extends OneShotEffect {
|
|||
return false;
|
||||
}
|
||||
while (true) {
|
||||
if (!player.flipCoin(game, true)) {
|
||||
if (!player.flipCoin(source, game, true)) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue