2 Commits

Author SHA1 Message Date
f0804a6b66 debug 2021-10-29 17:18:45 -04:00
b9acddde68 debug 2021-10-29 17:18:27 -04:00

View File

@@ -1322,13 +1322,16 @@ function THTD_GetCombo(tower)
isInCombo = true
end
end
print("Count " .. count)
print("#value " .. #value)
print("isincombo " .. isInCombo)
if count == #value and isInCombo == true then
comboTable[index] = value
end
end
if comboTable ~= nil then
print(table.tostring(comboTable))
print(comboTable)
return comboTable
end
return nil