Skip to content

Commit

Permalink
Add Vorpal for Malfeasance Catalyst, add new Graviton Lance catalyst (#…
Browse files Browse the repository at this point in the history
…109)

* Add Vorpal for Malfeasance Catalyst

* Add new Grav lance catalyst

Once the UI is updated to show the new one, the old one should be removed from this list

* Update comment
  • Loading branch information
FlaminSarge authored Apr 25, 2024
1 parent 15c0cf4 commit ef5e954
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/perks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,11 @@ pub enum Perks {
//season 9 | year 3
ClownCartridge = 2284787283,
ElementalCapacitor = 3511092054,
#[num_enum(alternatives = [3547298847, ])] // grav lance cat
#[num_enum(alternatives = [
3547298847, // grav lance old cat, to be removed after UI update
1620506139, // grav lance cat
1234111636, // malf cat
])]
Vorpal = 1546637391,

//season 10 | year 3
Expand Down

0 comments on commit ef5e954

Please sign in to comment.