forked from External/mage
Fixed wrong targetId in CAST_SPELL, fixed miss code from 7b7bbcadd6;
This commit is contained in:
parent
a0e046bf70
commit
261f32d9b9
5 changed files with 48 additions and 26 deletions
|
|
@ -156,10 +156,16 @@ public class GameEvent implements Serializable {
|
|||
amount X multiplier to change X value, default 1
|
||||
*/
|
||||
CAST_SPELL,
|
||||
/* SPELL_CAST
|
||||
x-Costs are already defined
|
||||
*/
|
||||
CAST_SPELL_LATE,
|
||||
/* SPELL_CAST, CAST_SPELL_LATE
|
||||
targetId id of the spell that's try to cast
|
||||
sourceId sourceId of the spell that's try to cast
|
||||
playerId player that try to cast the spell
|
||||
amount not used for this event
|
||||
flag not used for this event
|
||||
zone zone the spell is cast from (main card)
|
||||
*/
|
||||
SPELL_CAST,
|
||||
/* SPELL_CAST
|
||||
targetId id of the spell that's cast
|
||||
sourceId sourceId of the spell that's cast
|
||||
|
|
@ -168,7 +174,6 @@ public class GameEvent implements Serializable {
|
|||
flag not used for this event
|
||||
zone zone the spell is cast from
|
||||
*/
|
||||
SPELL_CAST,
|
||||
ACTIVATE_ABILITY, ACTIVATED_ABILITY,
|
||||
/* ACTIVATE_ABILITY, ACTIVATED_ABILITY,
|
||||
targetId id of the ability to activate / use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue