* Covedted Jewel - Fixed triggered ability (fixes #5268).

This commit is contained in:
LevelX2 2018-08-25 11:23:13 +02:00
parent 1bc022a94a
commit a40caf2840
2 changed files with 25 additions and 19 deletions

View file

@ -1,4 +1,3 @@
package mage.game.events;
import java.io.Serializable;
@ -199,6 +198,10 @@ public class GameEvent implements Serializable {
*/
DECLARING_BLOCKERS,
DECLARED_BLOCKERS,
/* DECLARING_BLOCKERS
targetId id of the blocking player
sourceId id of the blocking player
*/
DECLARE_BLOCKER, BLOCKER_DECLARED,
CREATURE_BLOCKED,
UNBLOCKED_ATTACKER,