Browse Source

dubchicswitch -> dubwitch

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

2
src/ship/map.rs

@ -111,7 +111,7 @@ impl MapEnemy {
(RawMapEnemy {id: 130, ..}, _) => MonsterType::SinowGold, (RawMapEnemy {id: 130, ..}, _) => MonsterType::SinowGold,
(RawMapEnemy {id: 131, ..}, _) => MonsterType::Canadine, (RawMapEnemy {id: 131, ..}, _) => MonsterType::Canadine,
(RawMapEnemy {id: 132, ..}, _) => MonsterType::Canane, (RawMapEnemy {id: 132, ..}, _) => MonsterType::Canane,
(RawMapEnemy {id: 133, ..}, _) => MonsterType::DubchicSwitch,
(RawMapEnemy {id: 133, ..}, _) => MonsterType::Dubwitch,
(RawMapEnemy {id: 160, ..}, _) => MonsterType::Delsaber, (RawMapEnemy {id: 160, ..}, _) => MonsterType::Delsaber,
(RawMapEnemy {id: 161, ..}, _) => MonsterType::ChaosSorcerer, (RawMapEnemy {id: 161, ..}, _) => MonsterType::ChaosSorcerer,
(RawMapEnemy {id: 162, ..}, _) => MonsterType::DarkGunner, (RawMapEnemy {id: 162, ..}, _) => MonsterType::DarkGunner,

2
src/ship/monster.rs

@ -47,7 +47,7 @@ pub enum MonsterType {
Canadine, Canadine,
RingCanadine, RingCanadine,
Canane, Canane,
DubchicSwitch,
Dubwitch,
Delsaber, Delsaber,
ChaosSorcerer, ChaosSorcerer,
BeeR, BeeR,

Loading…
Cancel
Save