Added for Class/Subclass

This commit is contained in:
WBHarry 2025-07-05 13:16:39 +02:00
parent 18d6bd7dcf
commit 261867a4cc
11 changed files with 121 additions and 229 deletions

View file

@ -71,7 +71,6 @@ export default class DHBaseItemSheet extends DHApplicationMixin(ItemSheetV2) {
*/
static async #addFeature(_event, _button) {
const feature = await game.items.documentClass.create({
id: foundry.utils.randomID(),
type: 'feature',
name: game.i18n.localize('DAGGERHEART.General.newFeature')
});