mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[CLB] Implemented Minsc & Boo, Timeless Heroes
This commit is contained in:
parent
b312de69e5
commit
f28643d0f6
4 changed files with 134 additions and 1 deletions
|
|
@ -436,6 +436,7 @@ public enum SubType {
|
|||
LILIANA("Liliana", SubTypeSet.PlaneswalkerType),
|
||||
LUKKA("Lukka", SubTypeSet.PlaneswalkerType),
|
||||
LOLTH("Lolth", SubTypeSet.PlaneswalkerType),
|
||||
MINSC("Minsc", SubTypeSet.PlaneswalkerType),
|
||||
MORDENKAINEN("Mordenkainen", SubTypeSet.PlaneswalkerType),
|
||||
NAHIRI("Nahiri", SubTypeSet.PlaneswalkerType),
|
||||
NARSET("Narset", SubTypeSet.PlaneswalkerType),
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ public final class BooToken extends TokenImpl {
|
|||
addAbility(TrampleAbility.getInstance());
|
||||
addAbility(HasteAbility.getInstance());
|
||||
|
||||
availableImageSetCodes = Arrays.asList("AFR");
|
||||
availableImageSetCodes = Arrays.asList("AFR", "CLB");
|
||||
}
|
||||
|
||||
private BooToken(final BooToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue