[FIN] Edgar, King of Figaro makes all flip events winnable

This commit is contained in:
theelk801 2025-06-02 09:18:24 -04:00
parent 3a035017a0
commit db4b076b93

View file

@ -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;
}