Merge pull request #124 from argonui/taboo+bonded-fix
Deck Importer: Account for taboo versions of bonded cards
This commit is contained in:
commit
f7900480f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user