mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-24 03:19:55 +02:00
.
This commit is contained in:
parent
4d81509e79
commit
9618ad3d95
5 changed files with 11 additions and 10 deletions
|
|
@ -24,7 +24,7 @@ export function updateResourcesForDualityReroll(oldDuality, newDuality, actor) {
|
|||
if (fear !== 0) {
|
||||
updates.push({
|
||||
type: CONFIG.DH.GENERAL.countdownProgressionTypes.fear.id,
|
||||
reverseDirection: fear === 1 ? false : true
|
||||
undo: fear === 1 ? false : true
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue