Skip to content

Commit

Permalink
feat: update disabled cards
Browse files Browse the repository at this point in the history
  • Loading branch information
shonya3 committed Jul 20, 2024
1 parent c659c7e commit 9971fcc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions divi/src/consts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
pub const CONDENSING_FACTOR: f32 = 2.0 / 3.0;
pub const RAIN_OF_CHAOS_CONDENSED_WEIGHT: f32 = 2_452.655;

pub const LEGACY_CARDS_N: usize = 16;
pub const LEGACY_CARDS_N: usize = 14;
pub const LEGACY_CARDS: [&str; LEGACY_CARDS_N] = [
"Friendship",
"Squandered Prosperity",
"Blessing of God",
"The Devastator",
Expand All @@ -14,12 +13,11 @@ pub const LEGACY_CARDS: [&str; LEGACY_CARDS_N] = [
"The Mayor",
"Treasures of the Vaal",
"The Bargain",
"The Long Watch",
"The Sustenance",
"More is Never Enough",
"Rebirth and Renewal",
"Monochrome",
"Underground Forest",
"Sambodhi's Wisdom",
"Soul Quenched",
];

pub const NEVER_EXISTED: [&str; 3] = [
Expand Down

0 comments on commit 9971fcc

Please sign in to comment.