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

Randboss/rares can not generate with random talents from the "other" trees...

Randboss/rares can not generate with random talents from the "other" trees (which are hidden or npc specific stuff)
parent c6793013
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -2039,6 +2039,10 @@ print(" power types: not_power_source =", table.concat(table.keys(b.not_power_
ok = false
end
end
if t.type[1]:find("/other$") then
print("Random boss forbase talent because category /other", t.name, t.id, t.type[1])
ok = false
end
if ok then list[t.id] = true end
end
end
......
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