mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
Fixed character hopeResource to be set as 'isReversed' again, so damage and healing is applied correctly (#1620)
This commit is contained in:
parent
ab538df3aa
commit
668dbdf8f4
1 changed files with 2 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue