mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 15:32:08 -08:00
implement [LCI] Twists and Turns
expand explore tests
This commit is contained in:
parent
d3cc3aa96d
commit
5275c87a41
5 changed files with 211 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ public class GameEvent implements Serializable {
|
|||
ZONE_CHANGE_GROUP,
|
||||
DRAW_CARDS, // event calls for multi draws only (if player draws 2+ cards at once)
|
||||
DRAW_CARD, DREW_CARD,
|
||||
EXPLORE, EXPLORED, // targetId is exploring permanent
|
||||
EXPLORE, EXPLORED, // targetId is exploring permanent, playerId is its controller
|
||||
ECHO_PAID,
|
||||
MIRACLE_CARD_REVEALED,
|
||||
/* MADNESS_CARD_EXILED,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue