Browse Source

mag naming

pbs
jake 4 years ago
parent
commit
8d86cf3088
  1. 2
      data/item_stats/mag_stats.toml
  2. 4
      src/entity/item/mag.rs

2
data/item_stats/mag_stats.toml

@ -145,7 +145,7 @@ feed_table = 7
[Elenor]
feed_table = 7
[Mark3]
[MarkIII]
feed_table = 7
[MasterSystem]

4
src/entity/item/mag.rs

@ -69,7 +69,7 @@ pub enum MagType {
Sato,
Bhima,
Nidra,
Geungsi,
GeungSi,
Tellusis,
StrikerUnit,
Pioneer,
@ -150,7 +150,7 @@ impl MagType {
MagType::Sato => [0x02, 0x3F, 0x00],
MagType::Bhima => [0x02, 0x40, 0x00],
MagType::Nidra => [0x02, 0x41, 0x00],
MagType::Geungsi => [0x02, 0x42, 0x00],
MagType::GeungSi => [0x02, 0x42, 0x00],
MagType::Tellusis => [0x02, 0x44, 0x00],
MagType::StrikerUnit => [0x02, 0x45, 0x00],
MagType::Pioneer => [0x02, 0x46, 0x00],

Loading…
Cancel
Save