Browse Source

add missing enemies

pbs
jake 5 years ago
parent
commit
2f2e9e5c5c
  1. 5
      src/ship/monster.rs

5
src/ship/monster.rs

@ -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…
Cancel
Save