fix verify failure

This commit is contained in:
theelk801 2025-07-10 09:42:15 -04:00
parent 7d5595fbff
commit 80fb46d59f
2 changed files with 2 additions and 2 deletions

View file

@ -265,7 +265,7 @@ public enum SubType {
LICID("Licid", SubTypeSet.CreatureType),
LIZARD("Lizard", SubTypeSet.CreatureType),
LLAMA("Llama", SubTypeSet.CreatureType),
LOBSTER("Lobster", SubTypeSet.CreatureType, true), // Unglued
LOBSTER("Lobster", SubTypeSet.CreatureType),
// M
MANTELLIAN("Mantellian", SubTypeSet.CreatureType, true), // Star Wars
MANTICORE("Manticore", SubTypeSet.CreatureType),