Added M11 token images

This commit is contained in:
PurpleCrowbar 2022-06-04 15:27:03 +01:00
parent 4ca9ad700c
commit d138833029
2 changed files with 12 additions and 0 deletions

View file

@ -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) {