diff --git a/module/hooks/init.mjs b/module/hooks/init.mjs index 684ba7c..548e8e2 100644 --- a/module/hooks/init.mjs +++ b/module/hooks/init.mjs @@ -113,10 +113,13 @@ Hooks.once(`init`, () => { Items.registerSheet(game.system.id, ArmourSheet, { makeDefault: true, - types: [`armour`], + types: [`armour`, `shield`], label: `RipCrypt.sheet-names.ArmourSheet`, themes: ArmourSheet.themes, }); + Items.unregisterSheet(game.system.id, AllItemSheetV1, { + types: [`armour`, `shield`], + }); // #endregion // #endregion