forked from External/mage
Added CLB token images
This commit is contained in:
parent
7e523e655a
commit
901bb80885
43 changed files with 180 additions and 52 deletions
|
|
@ -14,6 +14,7 @@ import mage.game.stack.Spell;
|
|||
import mage.players.Player;
|
||||
import mage.util.RandomUtil;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
import java.util.UUID;
|
||||
|
|
@ -33,6 +34,8 @@ public final class VolosJournalToken extends TokenImpl {
|
|||
this.addAbility(new SpellCastControllerTriggeredAbility(
|
||||
new VolosJournalTokenEffect(), StaticFilters.FILTER_SPELL_A_CREATURE, false
|
||||
).addHint(VolosJournalTokenHint.instance));
|
||||
|
||||
availableImageSetCodes = Arrays.asList("CLB");
|
||||
}
|
||||
|
||||
public VolosJournalToken(final VolosJournalToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue