From f0804a6b6623b62d5a66f3288e818de0b1f8b418 Mon Sep 17 00:00:00 2001 From: littlefoot Date: Fri, 29 Oct 2021 17:18:45 -0400 Subject: [PATCH] debug --- scripts/vscripts/system/tower.lua | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/scripts/vscripts/system/tower.lua b/scripts/vscripts/system/tower.lua index 6f5916f..0ce3bdb 100755 --- a/scripts/vscripts/system/tower.lua +++ b/scripts/vscripts/system/tower.lua @@ -1322,11 +1322,9 @@ function THTD_GetCombo(tower) isInCombo = true end end - if count > 0 then - print("Count " .. count) - print("#value " .. #value) - print("isincombo " .. isInCombo) - end + print("Count " .. count) + print("#value " .. #value) + print("isincombo " .. isInCombo) if count == #value and isInCombo == true then comboTable[index] = value end