mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[FIN] Edgar, King of Figaro makes all flip events winnable
This commit is contained in:
parent
3a035017a0
commit
db4b076b93
1 changed files with 1 additions and 1 deletions
|
|
@ -3088,7 +3088,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
if (winnable) {
|
||||
game.informPlayers(getLogName() + " won the flip" + CardUtil.getSourceLogName(game, source));
|
||||
}
|
||||
game.fireEvent(new FlipCoinEvent(playerId, source, true, true, winnable).createFlippedEvent());
|
||||
game.fireEvent(new FlipCoinEvent(playerId, source, true, true, true).createFlippedEvent());
|
||||
results.add(true);
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue