mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-10 19:17:09 +01:00
.
This commit is contained in:
parent
3bfa6b28ed
commit
9f056b3c46
1 changed files with 1 additions and 1 deletions
|
|
@ -964,7 +964,7 @@ export default class CharacterSheet extends DHBaseActorSheet {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (armorSources.length <= 1) return;
|
if (!armorSources.length) return;
|
||||||
|
|
||||||
const useResourcePips = game.settings.get(
|
const useResourcePips = game.settings.get(
|
||||||
CONFIG.DH.id,
|
CONFIG.DH.id,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue