[LCI] Implement Skullcap Snail

This commit is contained in:
Susucre 2023-10-27 18:44:03 +02:00
parent c1e6748470
commit df15e0821c
3 changed files with 45 additions and 0 deletions

View file

@ -359,6 +359,7 @@ public enum SubType {
SLITH("Slith", SubTypeSet.CreatureType),
SLIVER("Sliver", SubTypeSet.CreatureType),
SLUG("Slug", SubTypeSet.CreatureType),
SNAIL("Snail", SubTypeSet.CreatureType),
SNAKE("Snake", SubTypeSet.CreatureType),
SOLDIER("Soldier", SubTypeSet.CreatureType),
SOLTARI("Soltari", SubTypeSet.CreatureType),