Skip to content

Commit

Permalink
feat: rename The Iron Bard to The Rusted Bard, remove from legacy cards
Browse files Browse the repository at this point in the history
  • Loading branch information
shonya3 committed Apr 4, 2023
1 parent 945259b commit be33492
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src-tauri/lib/src/types/record/initial_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ use crate::error::Error;
use super::{NinjaRecord, Record};
use std::collections::HashMap;

pub const LEGACY_CARDS: [&'static str; 15] = [
pub const LEGACY_CARDS: [&'static str; 14] = [
"Friendship",
"Vile Power",
"Squandered Prosperity",
"Blessing of God",
"The Devastator",
"The Iron Bard",
"Luck of the Vaal",
"A Note in the Wind",
"The Valley of Steel Boxes",
Expand Down Expand Up @@ -453,7 +452,7 @@ pub const CARDS: [&'static str; 438] = [
"Squandered Prosperity",
"Blessing of God",
"The Devastator",
"The Iron Bard",
"The Rusted Bard",
"Luck of the Vaal",
"A Note in the Wind",
"The Valley of Steel Boxes",
Expand Down

0 comments on commit be33492

Please sign in to comment.