mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
Added DDM token images
This commit is contained in:
parent
85ebbb516b
commit
2739dcad4e
3 changed files with 7 additions and 1 deletions
|
|
@ -8,6 +8,8 @@ import mage.MageInt;
|
|||
import mage.abilities.common.DealsCombatDamageToAPlayerTriggeredAbility;
|
||||
import mage.abilities.effects.common.LoseGameTargetPlayerEffect;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author spjspj
|
||||
|
|
@ -22,6 +24,8 @@ public final class AssassinToken extends TokenImpl {
|
|||
power = new MageInt(1);
|
||||
toughness = new MageInt(1);
|
||||
addAbility(new DealsCombatDamageToAPlayerTriggeredAbility(new LoseGameTargetPlayerEffect(), false, true));
|
||||
|
||||
availableImageSetCodes = Arrays.asList("RTR", "DDM", "C19");
|
||||
}
|
||||
|
||||
public AssassinToken(final AssassinToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue