Magic-Spoiler/cards_delete
tooomm 883af49ac8 delete double card (#65)
Remove erroneous card `Endless `
2017-06-27 14:19:13 -05:00

15 lines
307 B
Plaintext

// List of card strings to be removed
// [
// "Card Name 1",
// "Card Name 2"
// ]
// Case-sensitive
// Exact card name matches only (e.g. trailing spaces)
// Will just remove cards from normal spoiler sets, not masterpieces/mps files
[
"Sunset Pyramid (TO DELETE)",
"Thoughtseize",
"Endless "
]