forked from External/mage
Add new EventType CREATURE_BLOCKS, which fires once per blocker (rather than once per blocker per attacker). Updated some abilities and cards to use it (still incomplete). Fixes #4285
This commit is contained in:
parent
1c688a0345
commit
d5e56f523d
16 changed files with 50 additions and 39 deletions
|
|
@ -298,6 +298,7 @@ public class GameEvent implements Serializable {
|
|||
*/
|
||||
BLOCKER_DECLARED,
|
||||
CREATURE_BLOCKED,
|
||||
CREATURE_BLOCKS,
|
||||
BATCH_BLOCK_NONCOMBAT,
|
||||
UNBLOCKED_ATTACKER,
|
||||
SEARCH_LIBRARY, LIBRARY_SEARCHED,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue