forked from External/mage
[AKH] Fixed Heart-Piercer Manticore.
This commit is contained in:
parent
384e17da70
commit
8739d7a101
3 changed files with 175 additions and 14 deletions
|
|
@ -262,6 +262,14 @@ public class GameEvent implements Serializable {
|
|||
PHASE_IN, PHASED_IN,
|
||||
TURNFACEUP, TURNEDFACEUP,
|
||||
TURNFACEDOWN, TURNEDFACEDOWN,
|
||||
/* OPTION_USED
|
||||
targetId originalId of the ability that triggered the event
|
||||
sourceId sourceId of the ability that triggered the event
|
||||
playerId controller of the ability
|
||||
amount not used for this event
|
||||
flag not used for this event
|
||||
*/
|
||||
OPTION_USED,
|
||||
DAMAGE_CREATURE, DAMAGED_CREATURE,
|
||||
DAMAGE_PLANESWALKER, DAMAGED_PLANESWALKER,
|
||||
DESTROY_PERMANENT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue