mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-04-19 05:27:34 -05:00
13 lines
238 B
Plaintext
13 lines
238 B
Plaintext
// List of card strings to be removed
|
|
// [
|
|
// "Card Name 1",
|
|
// "Card Name 2"
|
|
// ]
|
|
// Case-sensitive
|
|
// Will just remove cards from normal spoiler sets, not masterpieces/mps files
|
|
|
|
[
|
|
"Sunset Pyramid (TO DELETE)",
|
|
"Thoughtseize"
|
|
]
|