army sheet : moved some elements

This commit is contained in:
Vlyan
2021-11-28 13:25:02 +01:00
parent 876b02b0c5
commit ac246e3e90
7 changed files with 196 additions and 112 deletions

View File

@@ -661,7 +661,7 @@ export class HelpersL5r5e {
}
const table = await comp.getName(tableName);
if (!table) {
console.log(`L5R5E | Table not found[${tableName}]`);
console.log(`L5R5E | Table not found[${tableName}]`, comp, table);
return;
}
return await table.drawMany(retrieve, opt);