Petits fixs + acteurs Middenheim

This commit is contained in:
2024-04-28 23:09:50 +02:00
parent e5b546879e
commit 28b966b27c
43 changed files with 1044 additions and 658 deletions

View File

@@ -256,7 +256,7 @@ Hooks.once('init', () => {
let s1 = res[1].trim(); // No () in talents table
translItem = game.babele.translate(compData.metadata.id, { name: s1 }, true)
let translw = translItem?.name || undefined
console.log("Ssearch talent name:", compData.metadata.id, s1, translw);
console.log("Search talent name:", compData.metadata.id, s1, translw);
if (translw && translw != s1) {
transl = translw + " (" + subword + ")";
}