mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
Added Blinkmoth to the list of creature types.
This commit is contained in:
parent
2ca2caf9d5
commit
18bc7df6c9
1 changed files with 2 additions and 0 deletions
|
@ -219,6 +219,8 @@ public enum CardRepository {
|
|||
for (CardInfo card : results) {
|
||||
subtypes.addAll(card.getSubTypes());
|
||||
}
|
||||
// Some creature types are not directly included in card types and are added here manually
|
||||
subtypes.add("Blinkmoth");
|
||||
} catch (SQLException ex) {
|
||||
}
|
||||
return subtypes;
|
||||
|
|
Loading…
Reference in a new issue