diff --git a/src/core/VictoryDisplay.ttslua b/src/core/VictoryDisplay.ttslua index ef077fc8..8461b85f 100644 --- a/src/core/VictoryDisplay.ttslua +++ b/src/core/VictoryDisplay.ttslua @@ -197,7 +197,7 @@ function getCardVP(obj, notes) cardVP = tonumber(notes.locationBack.victory) end end - if cardVP > 0 then + if (cardVP or 0) > 0 then table.insert(countedVP, obj) end else