forked from External/mage
prevent direct access of Player->counters ; some cleanup on counter removal effects ; implement [MH3] Izzet Generatorium (#12314)
This commit is contained in:
parent
8d02ff14ff
commit
20b7a115da
110 changed files with 895 additions and 646 deletions
|
|
@ -548,8 +548,8 @@ public class GameEvent implements Serializable {
|
|||
amount number of counters being removed
|
||||
data name of the counter(s) being removed
|
||||
*/
|
||||
REMOVE_COUNTER, REMOVE_COUNTERS,
|
||||
COUNTER_REMOVED, COUNTERS_REMOVED,
|
||||
REMOVE_COUNTER, COUNTER_REMOVED,
|
||||
REMOVE_COUNTERS, COUNTERS_REMOVED,
|
||||
LOSE_CONTROL,
|
||||
/* LOST_CONTROL
|
||||
targetId id of the creature that lost control
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue