Module:BATTD tower changes: Difference between revisions

mNo edit summary
mNo edit summary
Line 57: Line 57:
local costAfter = args[sFormat("upgrades %i cost after", i)]
local costAfter = args[sFormat("upgrades %i cost after", i)]
-- stop if this set is missing changes/upgrades
-- stop if this set is missing changes/upgrades
if changes == "" or (upgradeNames == "" and costBefore == "" and costAfter == "") then break end
if upgradeNames == "" then break end
local outputRow = {}
local outputRow = {}