Minor formatting fix

This commit is contained in:
Buhallin 2022-11-24 12:04:04 -08:00
parent 0df51128e0
commit d4a29c3229
No known key found for this signature in database
GPG Key ID: DB3C362823852294

View File

@ -321,7 +321,7 @@ function getDefaultCardZone(cardMetadata)
if (cardMetadata.id == "09080-m") then -- Have to check the Servitor before other minicards
return "SetAside6"
elseif (cardMetadata.id == "09006") then -- On The Mend is set aside
return "SetAside2"
return "SetAside2"
elseif cardMetadata.type == "Investigator" then
return "Investigator"
elseif cardMetadata.type == "Minicard" then