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 654156c70e - Show all commits

View File

@@ -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