mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
FEAT: add DHHeritageSheet
This commit is contained in:
parent
89e1511aaa
commit
61ea8b85fb
7 changed files with 276 additions and 209 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import DHHeritageSheetV2 from './heritage.mjs';
|
||||
import DHHeritageSheet from '../api/heritage-sheet.mjs';
|
||||
|
||||
const { ItemSheetV2 } = foundry.applications.sheets;
|
||||
export default class AncestrySheet extends DHHeritageSheetV2(ItemSheetV2) {
|
||||
export default class AncestrySheet extends DHHeritageSheet {
|
||||
static DEFAULT_OPTIONS = {
|
||||
classes: ['ancestry']
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue