forked from External/mage
Costs Tag Tracking part 4: Convoke (#11446)
* Switch Convoke to using costs tag system * Add Convoke copy/clone tests * update author name on sufficiently changed files * Remove now-unused CONVOKED event
This commit is contained in:
parent
31f028d41e
commit
2cc9957753
11 changed files with 141 additions and 103 deletions
|
|
@ -86,12 +86,6 @@ public class GameEvent implements Serializable {
|
|||
MADNESS_CARD_EXILED,
|
||||
INVESTIGATED, // playerId is the player who investigated
|
||||
KICKED,
|
||||
/* CONVOKED
|
||||
targetId id of the creature that was taped to convoke the sourceId
|
||||
sourceId sourceId of the convoked spell
|
||||
playerId controller of the convoked spell
|
||||
*/
|
||||
CONVOKED,
|
||||
/* DISCARD_CARD
|
||||
flag event is result of effect (1) or result of cost (0)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue