Skip to content
Snippets Groups Projects
Commit e07401fe authored by DarkGod's avatar DarkGod
Browse files

fix blocks

parent d2405264
No related branches found
No related tags found
No related merge requests found
......@@ -249,9 +249,9 @@ newTalent{
e_string = DamageType.dam_def[next(bt)].name
else
local list = table.keys(bt)
for i = 1, #list do
for i = 1, #list do if DamageType.dam_def[list[i]] then
list[i] = DamageType.dam_def[list[i]].name
end
end end
e_string = table.concat(list, ", ")
end
return bt, e_string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment