Various enhancements

This commit is contained in:
2020-11-08 13:53:15 +01:00
parent 318dd00042
commit 9bbf00cf9c
5 changed files with 46 additions and 11 deletions

View File

@ -152,7 +152,7 @@ Hooks.once('init', () => {
Babele.get().registerConverters({
"career_skills": (skills_list) => {
var compendium = game.packs.find(p => p.collection === compmod+'.skills');
//console.log( "Thru here ...", compendium, skills_list);
console.log( "Thru here ...", compendium, skills_list);
if ( skills_list ) {
var i;
var len = skills_list.length;