Adjust spacing of compendium browser tags

This commit is contained in:
Carlos Fernandez 2026-03-09 18:21:49 -04:00
parent 3b6809064d
commit 3ad79c8d30
6 changed files with 31 additions and 10 deletions

View file

@ -109,7 +109,7 @@ export default class DHWeapon extends AttachableItem {
}
/**@inheritdoc */
async getDescriptionData({ inCompendium }) {
async getDescriptionData() {
const baseDescription = this.description;
const allFeatures = CONFIG.DH.ITEM.allWeaponFeatures();
@ -119,7 +119,6 @@ export default class DHWeapon extends AttachableItem {
'systems/daggerheart/templates/sheets/items/weapon/description.hbs',
{
item: this,
inCompendium,
features
}
);