Cleanup tables

This commit is contained in:
2020-04-11 22:11:37 +02:00
parent 00fe4f0447
commit b2fb1da902
15 changed files with 113 additions and 113 deletions

View File

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