mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
add docs for ZONE_CHANGE_GROUP usage
This commit is contained in:
parent
23d247b3e0
commit
5d0cd6837a
1 changed files with 2 additions and 2 deletions
|
|
@ -72,8 +72,8 @@ public class GameEvent implements Serializable {
|
|||
flag not used for this event
|
||||
*/
|
||||
ZONE_CHANGE,
|
||||
ZONE_CHANGE_GROUP,
|
||||
ZONE_CHANGE_BATCH,
|
||||
ZONE_CHANGE_GROUP, // between two specific zones only; TODO: rework all usages to ZONE_CHANGE_BATCH instead, see #11895
|
||||
ZONE_CHANGE_BATCH, // all zone changes that occurred from a single effect
|
||||
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, playerId is its controller
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue