mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
Set customSet=true for Lady of Proper Etiquette type
This commit is contained in:
parent
26bb219183
commit
4881b8b08b
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ public enum SubType {
|
|||
KOR("Kor", SubTypeSet.CreatureType),
|
||||
KRAKEN("Kraken", SubTypeSet.CreatureType),
|
||||
// L
|
||||
LADYOFPROPERETIQUETTE("Lady of Proper Etiquette", SubTypeSet.CreatureType), // Unglued
|
||||
LADYOFPROPERETIQUETTE("Lady of Proper Etiquette", SubTypeSet.CreatureType, true), // Unglued
|
||||
LAMIA("Lamia", SubTypeSet.CreatureType),
|
||||
LAMMASU("Lammasu", SubTypeSet.CreatureType),
|
||||
LEECH("Leech", SubTypeSet.CreatureType),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue