forked from External/mage
updated abilities which trigger off of a coin flip
This commit is contained in:
parent
2e1c4a054e
commit
57a362ae29
6 changed files with 69 additions and 54 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue