Fixed character hopeResource to be set as 'isReversed' again, so damage and healing is applied correctly (#1620)

This commit is contained in:
WBHarry 2026-02-01 01:19:31 +01:00 committed by GitHub
parent ab538df3aa
commit 668dbdf8f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,8 @@ export default class DhCharacter extends BaseDataActor {
min: 0,
integer: true,
label: 'DAGGERHEART.GENERAL.hope'
})
}),
isReversed: new fields.BooleanField({ initial: false })
})
}),
traits: new fields.SchemaField({