Merge branch 'master' into 037-actor-type-creature

This commit is contained in:
Johannes Loher 2021-01-10 00:41:20 +01:00
commit d416c14cbd
25 changed files with 434 additions and 51 deletions

View file

@ -32,7 +32,7 @@ export class DS4ActorSheet extends ActorSheet<DS4ActorDataType, DS4Actor, DS4Ite
template: "systems/ds4/templates/actor/actor-sheet.hbs",
width: 745,
height: 600,
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description" }],
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "inventory" }],
});
}