mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
[LCI] Implement Basking Capybara
This commit is contained in:
parent
f37eac6891
commit
b095cfd5a1
3 changed files with 46 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ public enum SubType {
|
|||
CALAMARI("Calamari", SubTypeSet.CreatureType, true), // Star Wars
|
||||
CAMARID("Camarid", SubTypeSet.CreatureType),
|
||||
CAMEL("Camel", SubTypeSet.CreatureType),
|
||||
CAPYBARA("Capybara", SubTypeSet.CreatureType),
|
||||
CARIBOU("Caribou", SubTypeSet.CreatureType),
|
||||
CARRIER("Carrier", SubTypeSet.CreatureType),
|
||||
CAT("Cat", SubTypeSet.CreatureType),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue