forked from External/mage
[KHM] added tokens and download support;
This commit is contained in:
parent
abe65411b6
commit
f7bc745f10
50 changed files with 267 additions and 194 deletions
|
|
@ -9,6 +9,8 @@ import mage.abilities.effects.keyword.ScryEffect;
|
|||
import mage.constants.CardType;
|
||||
import mage.constants.SubType;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
|
|
@ -27,6 +29,8 @@ public final class ShardToken extends TokenImpl {
|
|||
cost.setText("Sacrifice this enchantment");
|
||||
ability.addCost(cost);
|
||||
this.addAbility(ability);
|
||||
|
||||
availableImageSetCodes = Arrays.asList("KHM");
|
||||
}
|
||||
|
||||
public ShardToken(final ShardToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue