Skip to content

Commit

Permalink
Updating bad-cards.ts to exclude Homicide
Browse files Browse the repository at this point in the history
Updating bad-cards to exclude the concept of Homicide. While the earlier known writing about the concept is Hammurabi's code, the concept of homicide (as depicted in the card) would likely be Cain and Abel (also depicted in the wiki preview from an art), around 4000BC.
  • Loading branch information
ouifi authored Jul 7, 2022
1 parent 008b813 commit a007ff5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/bad-cards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ const badCards = {
Q739550: "M&M's",
Q1431121: "St Michael's Mount",
Q174097: "Hogwarts",
Q8690: "Cultural Revolution"
Q8690: "Cultural Revolution",
Q149086: "Homicide"
};

export default badCards;

0 comments on commit a007ff5

Please sign in to comment.