mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 20:21:06 +01:00
add homebrew options to rename currency names
This commit is contained in:
parent
c6cede40b2
commit
a4c7533743
7 changed files with 91 additions and 16 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue