mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
* Covedted Jewel - Fixed triggered ability (fixes #5268).
This commit is contained in:
parent
1bc022a94a
commit
a40caf2840
2 changed files with 25 additions and 19 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue