mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
Added M11 token images
This commit is contained in:
parent
4ca9ad700c
commit
d138833029
2 changed files with 12 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ import mage.constants.Duration;
|
|||
import mage.constants.SubLayer;
|
||||
import mage.constants.SubType;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
/**
|
||||
* @author spjspj
|
||||
*/
|
||||
|
|
@ -22,6 +24,8 @@ public final class AvatarToken extends TokenImpl {
|
|||
ControllerLifeCount.instance, Duration.WhileOnBattlefield,
|
||||
SubLayer.CharacteristicDefining_7a
|
||||
).setText("this creature's power and toughness are each equal to your life total")));
|
||||
|
||||
availableImageSetCodes = Arrays.asList("LRW", "M10", "M11");
|
||||
}
|
||||
|
||||
public AvatarToken(final AvatarToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue