[TLE] Implement Momo, Rambunctious Rascal

This commit is contained in:
theelk801 2025-08-15 09:11:36 -04:00
parent 10989bc86c
commit d7e5dee77e
3 changed files with 60 additions and 0 deletions

View file

@ -262,6 +262,7 @@ public enum SubType {
LAMIA("Lamia", SubTypeSet.CreatureType),
LAMMASU("Lammasu", SubTypeSet.CreatureType),
LEECH("Leech", SubTypeSet.CreatureType),
LEMUR("Lemur", SubTypeSet.CreatureType),
LEVIATHAN("Leviathan", SubTypeSet.CreatureType),
LHURGOYF("Lhurgoyf", SubTypeSet.CreatureType),
LICID("Licid", SubTypeSet.CreatureType),