Working Copy #9

Merged
conco merged 43 commits from english into master 2021-11-07 20:14:37 +00:00
Showing only changes of commit f0804a6b66 - Show all commits

View File

@@ -1322,11 +1322,9 @@ function THTD_GetCombo(tower)
isInCombo = true isInCombo = true
end end
end end
if count > 0 then print("Count " .. count)
print("Count " .. count) print("#value " .. #value)
print("#value " .. #value) print("isincombo " .. isInCombo)
print("isincombo " .. isInCombo)
end
if count == #value and isInCombo == true then if count == #value and isInCombo == true then
comboTable[index] = value comboTable[index] = value
end end