[AKH] Fixed Heart-Piercer Manticore.

This commit is contained in:
LevelX2 2017-04-17 09:53:13 +02:00
parent 384e17da70
commit 8739d7a101
3 changed files with 175 additions and 14 deletions

View file

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