stop including permanent cards
This commit is contained in:
parent
c68667a2ce
commit
1e1dff2261
@ -269,7 +269,8 @@ function handleUnderworldMarket(cardList, playerColor)
|
||||
card.zone = "SetAside3"
|
||||
elseif (card.metadata.traits ~= nil and string.find(card.metadata.traits, "Illicit", 1, true)
|
||||
and card.metadata.bonded_to == nil
|
||||
and not card.metadata.weakness) then
|
||||
and not card.metadata.weakness
|
||||
and not card.metadata.permanent) then
|
||||
table.insert(illicitList, i)
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user