From 654156c70ecd790bdd34068bc811c7b1da82ccda Mon Sep 17 00:00:00 2001 From: littlefoot Date: Fri, 29 Oct 2021 17:12:35 -0400 Subject: [PATCH] debugging --- scripts/vscripts/system/tower.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/vscripts/system/tower.lua b/scripts/vscripts/system/tower.lua index dd1018d..dd0582d 100755 --- a/scripts/vscripts/system/tower.lua +++ b/scripts/vscripts/system/tower.lua @@ -1314,9 +1314,11 @@ function THTD_GetCombo(tower) for k,v in pairs(value) do if THTD_IsTowerInList(tower:GetOwner(),v) == true then + print(v) count = count + 1 end if tower:GetUnitName() == v then + print(v) isInCombo = true end end