debugging

This commit is contained in:
2021-10-29 17:12:35 -04:00
parent 4585508062
commit 654156c70e

View File

@@ -1314,9 +1314,11 @@ function THTD_GetCombo(tower)
for k,v in pairs(value) do for k,v in pairs(value) do
if THTD_IsTowerInList(tower:GetOwner(),v) == true then if THTD_IsTowerInList(tower:GetOwner(),v) == true then
print(v)
count = count + 1 count = count + 1
end end
if tower:GetUnitName() == v then if tower:GetUnitName() == v then
print(v)
isInCombo = true isInCombo = true
end end
end end