Skip to content

Commit

Permalink
mtgmatcher/callbacks: Add more SLD cards to the decoupling
Browse files Browse the repository at this point in the history
  • Loading branch information
kodawah committed Oct 15, 2023
1 parent d337acc commit 6978b7b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mtgmatcher/callbacks.go
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,12 @@ func sldVariant(inCard *Card, card *mtgjson.Card) bool {
"Goblin Matron",
"Goblin Recruiter",
"Muxus, Goblin Grandee",
"Shattergang Brothers":
"Shattergang Brothers",
"Aminatou, the Fateshifter",
"Chandra, Flame's Catalyst",
"Daretti, Ingenious Iconoclast",
"Karn, Scion of Urza",
"Venser, the Sojourner":
result = strings.HasSuffix(card.Number, mtgjson.SuffixSpecial)
if inCard.Foil {
result = !result
Expand Down

0 comments on commit 6978b7b

Please sign in to comment.