mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-07-05 22:20:42 -04:00
This commit is contained in:
parent
7bea16df17
commit
73addd7866
3 changed files with 7 additions and 6 deletions
|
@ -523,7 +523,7 @@ export class EntitySheetHelper {
|
|||
// Identify the template Actor types
|
||||
const collection = game.collections.get(this.documentName);
|
||||
const templates = collection.filter(a => a.getFlag("worldbuilding", "isTemplate"));
|
||||
const defaultType = this.metadata.types[0];
|
||||
const defaultType = this.TYPES[0];
|
||||
const types = {
|
||||
[defaultType]: game.i18n.localize("SIMPLE.NoTemplate")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue