Fix career
This commit is contained in:
@ -348,7 +348,7 @@ Hooks.once('init', () => {
|
||||
return skills_list;
|
||||
},
|
||||
"career_talents": (talents_list) => {
|
||||
var compendium = game.packs.find(p => p.collection === compmod+'talents');
|
||||
var compendium = game.packs.find(p => p.collection === compmod+'.talents');
|
||||
var i;
|
||||
if ( talents_list ) {
|
||||
var len = talents_list.length;
|
||||
|
Reference in New Issue
Block a user