mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
* Brutal Hordechief - Fixed a bug that prevented controller from making block decisions.
This commit is contained in:
parent
eac674f69e
commit
254d057218
3 changed files with 23 additions and 15 deletions
|
|
@ -109,7 +109,16 @@ public class GameEvent {
|
|||
COUNTER, COUNTERED,
|
||||
DECLARING_ATTACKERS, DECLARED_ATTACKERS,
|
||||
DECLARE_ATTACKER, ATTACKER_DECLARED,
|
||||
DECLARING_BLOCKERS, DECLARED_BLOCKERS,
|
||||
|
||||
/* DECLARING_BLOCKERS
|
||||
targetId attackerId
|
||||
sourceId not used for this event
|
||||
playerId attackerId
|
||||
amount not used for this event
|
||||
flag not used for this event
|
||||
*/
|
||||
DECLARING_BLOCKERS,
|
||||
DECLARED_BLOCKERS,
|
||||
DECLARE_BLOCKER, BLOCKER_DECLARED,
|
||||
CREATURE_BLOCKED,
|
||||
SEARCH_LIBRARY, LIBRARY_SEARCHED,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue