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 be81b969b7 - Show all commits

View File

@@ -855,8 +855,7 @@ local thtd_ability_table = {
local thtd_combo_table = {
["letty_cirno"] =
{
["0"] = "letty",
["1"] = "cirno"
"letty", "cirno"
}--[[,
["letty"] =
{
@@ -1324,7 +1323,6 @@ function THTD_GetCombo(tower)
end
print("Count " .. count)
print("#value " .. #value)
print("isincombo " .. isInCombo)
if count == #value and isInCombo == true then
comboTable[index] = value
end