add missing enemies
This commit is contained in:
parent
b69d732343
commit
2f2e9e5c5c
@ -11,8 +11,10 @@ pub enum MonsterParseError {
|
||||
#[derive(Debug, Serialize, Deserialize, Copy, Clone, Hash, Eq, PartialEq, enum_utils::FromStr, derive_more::Display)]
|
||||
pub enum MonsterType {
|
||||
Hildebear,
|
||||
Hildeblue,
|
||||
SandRappy,
|
||||
RagRappy,
|
||||
AlRappy,
|
||||
Monest,
|
||||
Mothmant,
|
||||
SavageWolf,
|
||||
@ -23,11 +25,13 @@ pub enum MonsterType {
|
||||
GrassAssassin,
|
||||
DelLily,
|
||||
PoisonLily,
|
||||
NarLily,
|
||||
NanoDragon,
|
||||
EvilShark,
|
||||
PalShark,
|
||||
GuilShark,
|
||||
PofuillySlime,
|
||||
PouillySlime,
|
||||
PanArms,
|
||||
Hidoom,
|
||||
Migium,
|
||||
@ -92,6 +96,7 @@ pub enum MonsterType {
|
||||
Morfos,
|
||||
ReconBox,
|
||||
Epsilon,
|
||||
Epsiguard,
|
||||
SinowZoa,
|
||||
SinowZele,
|
||||
IllGill,
|
||||
|
Loading…
x
Reference in New Issue
Block a user