forked from External/mage
Implemented Akim, the Soaring Wind, and new CreatedTokenEvent (#6431)
* Implemented Akim, the Soaring Wind, and new CreatedTokenEvent, that can be used to for TriggeredEvents. * Formatting, and added Condition to Akim triggered Ability. * Added Condition and ConditionHint to Akim.
This commit is contained in:
parent
c066ad41e8
commit
e1fd213e0f
5 changed files with 193 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ public class GameEvent implements Serializable {
|
|||
*/
|
||||
LOST_CONTROL,
|
||||
GAIN_CONTROL, GAINED_CONTROL,
|
||||
CREATE_TOKEN,
|
||||
CREATE_TOKEN, CREATED_TOKEN,
|
||||
/* REGENERATE
|
||||
targetId id of the creature to regenerate
|
||||
sourceId sourceId of the effect doing the regeneration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue