[LCI] Implement Basking Capybara

This commit is contained in:
theelk801 2023-11-03 08:55:16 -04:00
parent f37eac6891
commit b095cfd5a1
3 changed files with 46 additions and 0 deletions

View file

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