Fix editing homebrew resources with a custom ResourcesField

This commit is contained in:
Carlos Fernandez 2026-03-11 04:50:34 -04:00
parent f298b2160a
commit 859263e2fd
9 changed files with 109 additions and 83 deletions

View file

@ -30,7 +30,6 @@ const characterBaseResources = Object.freeze({
hope: {
id: 'hope',
initial: 2,
min: 0,
reverse: false,
label: 'DAGGERHEART.GENERAL.hope'
}
@ -65,7 +64,6 @@ const companionBaseResources = Object.freeze({
hope: {
id: 'hope',
initial: 0,
min: 0,
reverse: false,
label: 'DAGGERHEART.GENERAL.hope'
}