Skip to content

Commit

Permalink
Update affix.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Aug 5, 2023
1 parent 6944538 commit e14e501
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wasm_module/src/data/affix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ pub enum Affix {
Bringer = 36,
Ritualist = 37,
Dragon = 38,
BerserkerValkyrie = 39,
RabidApothecary = 40,
DireRabid = 41,
#[default]
None = 255,
}
Expand Down Expand Up @@ -89,6 +92,9 @@ impl Affix {
Affix::Bringer => "Bringer".to_string(),
Affix::Ritualist => "Ritualist".to_string(),
Affix::Dragon => "Dragon".to_string(),
Affix::BerserkerValkyrie => "BerserkerValkyrie".to_string(),
Affix::RabidApothecary => "RabidApothecary".to_string(),
Affix::DireRabid => "DireRabid".to_string(),
Affix::None => "".to_string(),
}
}
Expand Down

0 comments on commit e14e501

Please sign in to comment.