Replaced all references to old metadata IDs

All references to X5U2* have been replaced with 8900* to match the IDs on ArkhamDB
This commit is contained in:
Joseph Goldberg 2023-08-20 16:49:59 -05:00
parent 942c4f6e0d
commit 195b31d28d
2 changed files with 4 additions and 4 deletions

View File

@ -517,9 +517,9 @@ INVESTIGATORS["Charlie Kane"] = {
starterDeck = "2634706"
}
INVESTIGATORS["Subject 5U-21"] = {
cards = { "X5U21" },
minicards = { "X5U21-m" },
signatures = { "X5U22", "X5U23", "X5U23", "X5U23", "X5U24", "X5U24", "X5U24", "X5U25" },
cards = { "89001" },
minicards = { "89001-m" },
signatures = { "89002", "89003", "89003", "89003", "89004", "89004", "89004", "89005" },
starterDeck = "2624990" -- Lola's deck id until Suzi is on ArkhamDB
}

View File

@ -344,7 +344,7 @@ function doUpkeep(_, clickedByColor, isRightClick)
elseif forcedLearning then
printToColor("Drawing 2 cards, discard 1 (Forced Learning)", messageColor)
drawCardsWithReshuffle(2)
elseif activeInvestigatorId == "X5U21" then
elseif activeInvestigatorId == "89001" then
printToColor("Drawing 2 cards (Subject 5U-21)", messageColor)
drawCardsWithReshuffle(2)
else