Skip to content

Commit

Permalink
fix: update legacy card list
Browse files Browse the repository at this point in the history
  • Loading branch information
shonya3 committed Apr 29, 2023
1 parent dc791c6 commit 8cbbf58
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src-tauri/shared/src/types/record/initial_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,19 @@ use crate::error::Error;
use super::{NinjaRecord, Record};
use std::collections::HashMap;

pub const LEGACY_CARDS: [&'static str; 14] = [
pub const LEGACY_CARDS: [&'static str; 12] = [
"Friendship",
"Vile Power",
"Squandered Prosperity",
"Blessing of God",
"The Devastator",
"Luck of the Vaal",
"A Note in the Wind",
"The Valley of Steel Boxes",
"Akil's Prophecy",
"Birth of the Three",
"The Mayor",
"The Transformation",
"The Mad King",
"Treasures of the Vaal",
"The Bargain",
"The Long Watch",
"The Sustenance",
];

pub const CARDS: [&'static str; 438] = [
Expand Down

0 comments on commit 8cbbf58

Please sign in to comment.