mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Fixed so that status effects are shown on ActiveEffectConfig again when useGeneric is not active (#1293)
This commit is contained in:
parent
c3660ffa34
commit
fe8e98ef35
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ export default class DhActiveEffectConfig extends foundry.applications.sheets.Ac
|
||||||
CONFIG.DH.SETTINGS.gameSettings.appearance
|
CONFIG.DH.SETTINGS.gameSettings.appearance
|
||||||
).showGenericStatusEffects;
|
).showGenericStatusEffects;
|
||||||
if (!useGeneric) {
|
if (!useGeneric) {
|
||||||
partContext.statuses = Object.values(CONFIG.DH.GENERAL.conditions).map(status => ({
|
partContext.statuses = Object.values(CONFIG.DH.GENERAL.conditions()).map(status => ({
|
||||||
value: status.id,
|
value: status.id,
|
||||||
label: game.i18n.localize(status.name)
|
label: game.i18n.localize(status.name)
|
||||||
}));
|
}));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue