Skip to content

Commit

Permalink
Merge pull request #2 from thorfour/master
Browse files Browse the repository at this point in the history
rename Surprise Attack to Sneak Attack
  • Loading branch information
seiyria authored Jan 22, 2021
2 parents 413c618 + 10ce05c commit d962351
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/interfaces/cards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ export const CardName = {
'Relic Thief': 94,
'Enchantress': 95,
'Insomnia': 96,
'Surprise Attack': 97,
'Sneak Attack': 97,
'Gossip': 98,
'Bandit Chief': 99,
'Cult of Chaos': 100,
'Chaos Cult': 100,
'Slander': 101,
'Code of Honor': 102,
'Outriders': 103,
Expand Down Expand Up @@ -254,4 +254,4 @@ export const CardNameIndexes = Object.keys(CardName)
.reduce((prev, cur) => {
prev[CardName[cur]] = cur;
return prev;
}, {});
}, {});

0 comments on commit d962351

Please sign in to comment.