Add NPC sheet

This commit is contained in:
2022-08-30 00:03:09 +02:00
parent b3e89cf135
commit b646a8c384
3 changed files with 4 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ export class CrucibleNPCSheet extends ActorSheet {
height: 720,
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "stats" }],
dragDrop: [{ dragSelector: ".item-list .item", dropSelector: null }],
editScore: false
editScore: true
});
}