Merge pull request #130 from argonui/ancestral-fix

Make Ancestral Knowledge only pull skills from the deck
This commit is contained in:
Buhallin 2022-12-29 15:41:41 -08:00 committed by GitHub
commit 62f8978823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -240,7 +240,7 @@ function handleAncestralKnowledge(cardList)
hasAncestralKnowledge = true
card.zone = "SetAside3"
elseif (card.metadata.type == "Skill"
and card.metadata.bonded_to == nil
and card.zone == "Deck"
and not card.metadata.weakness) then
table.insert(skillList, i)
end