Merge pull request #124 from argonui/taboo+bonded-fix

Deck Importer: Account for taboo versions of bonded cards
This commit is contained in:
Buhallin 2022-12-22 12:16:27 -08:00 committed by GitHub
commit f7900480f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -271,6 +271,8 @@ do
bondedCards[bond.id] = bond.count
-- We need to know which cards are bonded to determine their position, remember them
bondedList[bond.id] = true
-- Also adding taboo versions of bonded cards to the list
bondedList[bond.id .. "-t"] = true
end
end
end