[TLA] Implement Platypus-Bear

This commit is contained in:
theelk801 2025-11-03 18:52:34 -05:00
parent 6e0d6dfc36
commit 777bb176bf
3 changed files with 62 additions and 0 deletions

View file

@ -333,6 +333,7 @@ public enum SubType {
PINCHER("Pincher", SubTypeSet.CreatureType),
PIRATE("Pirate", SubTypeSet.CreatureType),
PLANT("Plant", SubTypeSet.CreatureType),
PLATYPUS("Platypus", SubTypeSet.CreatureType),
PORCUPINE("Porcupine", SubTypeSet.CreatureType),
POSSUM("Possum", SubTypeSet.CreatureType),
PRAETOR("Praetor", SubTypeSet.CreatureType),