4,951
edits
Falterfire (talk | contribs) (Following up change to getModifierText in Constants.) |
Falterfire (talk | contribs) (Applied same change to getModifierText to the PassivePillars function) |
||
Line 106: | Line 106: | ||
local bonuses = {} | local bonuses = {} | ||
for bonusName, bonusValue in pairs(pill.modifiers) do | for bonusName, bonusValue in pairs(pill.modifiers) do | ||
table.insert(bonuses, Constants.getModifierText(bonusName, bonusValue)) | |||
end | end | ||
if Shared.tableCount(bonuses) == 0 then | if Shared.tableCount(bonuses) == 0 then |