forked from External/mage
initial refactor
This commit is contained in:
parent
ed700e68cc
commit
f5fffcf417
62 changed files with 75 additions and 80 deletions
|
|
@ -34,7 +34,7 @@ public class FlipUntilLoseEffect extends OneShotEffect {
|
|||
return false;
|
||||
}
|
||||
while (true) {
|
||||
if (!player.flipCoin(game)) {
|
||||
if (!player.flipCoin(game, true)) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue