* Brutal Hordechief - Fixed a bug that prevented controller from making block decisions.

This commit is contained in:
LevelX2 2015-03-23 14:15:25 +01:00
parent eac674f69e
commit 254d057218
3 changed files with 23 additions and 15 deletions

View file

@ -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,