Module:Attacks/Tables: Difference between revisions

no edit summary
(_getSpecialAttackTable: Fix)
No edit summary
Line 210: Line 210:
spAttDesc = spAttDesc..')'
spAttDesc = spAttDesc..')'
end
end
table.insert(resultPart, '\r\n' .. rowSuffix .. '| ' .. spAttDesc)
table.insert(resultPart, '\r\n' .. rowSuffix .. '| ' .. (spAttDesc or ''))
end
end
end
end