From be81b969b7b14d6f21d25dd363c09be1df5b4b72 Mon Sep 17 00:00:00 2001 From: littlefoot Date: Fri, 29 Oct 2021 17:21:38 -0400 Subject: [PATCH] guess i shouldve checked if lua had arrays --- scripts/vscripts/system/tower.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/vscripts/system/tower.lua b/scripts/vscripts/system/tower.lua index 0ce3bdb..883924c 100755 --- a/scripts/vscripts/system/tower.lua +++ b/scripts/vscripts/system/tower.lua @@ -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