added taboo'd underworld market
This commit is contained in:
parent
5ddce52890
commit
452fddf68b
@ -232,7 +232,7 @@ function getDefaultCardZone(cardMetadata, bondedList)
|
||||
elseif cardMetadata.id == "07303" then
|
||||
-- Ancestral Knowledge
|
||||
return "SetAside3"
|
||||
elseif cardMetadata.id == "09077" then
|
||||
elseif cardMetadata.id == "09077" or cardMetadata.id == "09077-t" then
|
||||
-- Underworld Market
|
||||
return "SetAside6"
|
||||
elseif cardMetadata.type == "Investigator" then
|
||||
@ -295,6 +295,7 @@ function loadCards(slots, investigatorId, bondedList, customizations, playerColo
|
||||
["05002"] = true, -- Joe Diamond
|
||||
["07303"] = "reserve", -- Ancestral Knowledge
|
||||
["09077"] = true, -- Underworld Market
|
||||
["09077-t"] = true, -- Underworld Market (Taboo)
|
||||
["10079"] = "reserve" -- Bewitching
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user