account for taboo versions of bonded cards

This commit is contained in:
Chr1Z93 2022-12-22 14:40:27 +01:00
parent 7ff2c77118
commit 9a72597fa5

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