"chronomancy/other" type is added both in ./data/talents/chronomancy/chronomancer.lua and ./data/talents/misc/npcs.lua
"psionic/other" type is added both in ./data/talents/psionic/psionic.lua and ./data/talents/misc/npcs.lua and ./data/talents/misc/npcs.lua
So
Code: Select all
self.talents_types_def[t.type] = t
It should be
Code: Select all
self.talents_types_def[t.type] = self.talents_types_def[t.type] or t