Skip to content

Commit

Permalink
feat: add two new cards from 3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
shonya3 committed Aug 17, 2023
1 parent 4037c95 commit 3d76a28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion divi/src/consts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ pub const LEGACY_CARDS: [&'static str; LEGACY_CARDS_N] = [
"The Sustenance",
];

pub const CARDS_N: usize = 438;
pub const CARDS_N: usize = 440;
pub const LEGACY_CARDS_N: usize = 12;
pub const CARDS: [&'static str; CARDS_N] = [
"Fire of Unknown Origin",
"The Fortunate",
"Brother's Gift",
"Soul Quenched",
"Poisoned Faith",
Expand Down
2 changes: 2 additions & 0 deletions packages/app/src/cards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ export const cardsFromTab = (tab: StashTab): CardNameAmount[] => {
};

export const cards = [
'Fire of Unknown Origin',
'The Fortunate',
`Brother's Gift`,
'Soul Quenched',
'Poisoned Faith',
Expand Down

0 comments on commit 3d76a28

Please sign in to comment.