forked from External/mage
Tokens and command objects reworked (part 2 of 2, tokens/emblems)
This commit is contained in:
parent
5f55c7c667
commit
f2d93f224f
591 changed files with 1368 additions and 4425 deletions
|
|
@ -21,7 +21,7 @@ import java.util.UUID;
|
|||
public class Initiative extends Designation {
|
||||
|
||||
public Initiative() {
|
||||
super(DesignationType.THE_INITIATIVE, "CLB");
|
||||
super(DesignationType.THE_INITIATIVE);
|
||||
|
||||
// Whenever one or more creatures a player controls deals combat damage to you, that player takes the initiative.
|
||||
this.addAbility(new InitiativeDamageTriggeredAbility());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue