updated abilities which trigger off of a coin flip

This commit is contained in:
Evan Kranzler 2019-01-15 16:16:56 -05:00
parent 2e1c4a054e
commit 57a362ae29
6 changed files with 69 additions and 54 deletions

View file

@ -2,6 +2,9 @@ package mage.game.events;
import java.util.UUID;
/**
* @author TheElk801
**/
public class FlipCoinEvent extends GameEvent {
private boolean result;
private final boolean chosen;