add homebrew options to rename currency names

This commit is contained in:
IrkTheImp 2025-06-28 00:01:12 -05:00
parent c6cede40b2
commit a4c7533743
7 changed files with 91 additions and 16 deletions

View file

@ -328,7 +328,8 @@ export default class CharacterSheet extends DaggerheartSheet(ActorSheetV2) {
quantity: game.i18n.localize('DAGGERHEART.Sheets.PC.InventoryTab.QuantityTitle')
},
items: this.document.items.filter(x => x.type === 'armor')
}
},
currency: game.settings.get(SYSTEM.id, SYSTEM.SETTINGS.gameSettings.Homebrew).currency
};
if (context.inventory.length === 0) {