Skip to content

Commit

Permalink
Merge branch 'the-metalworks#12-ancestry-sheets' of https://github.co…
Browse files Browse the repository at this point in the history
  • Loading branch information
zithith committed Sep 4, 2024
2 parents 4acead5 + 1afe7c7 commit 6215439
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ Hooks.once('init', async () => {
label: `${game.i18n?.localize('COSMERE.Item.Type.Ancestry.label')}`,
});

Items.registerSheet('cosmere-rpg', applications.item.AncestrySheet, {
types: ['ancestry'],
label: `${game.i18n?.localize('COSMERE.Item.Type.Ancestry.label')}`,
});

CONFIG.Dice.types.push(dice.PlotDie);
CONFIG.Dice.terms.p = dice.PlotDie;
CONFIG.Dice.termTypes[dice.PlotDie.name] = dice.PlotDie;
Expand Down
2 changes: 1 addition & 1 deletion src/system/applications/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * as actor from './actor';
export * as combat from './combat';
export * as item from './item';
export * as combat from './combat';

0 comments on commit 6215439

Please sign in to comment.