Get the delve tour incrementer changes working and affecting fate as well
This commit is contained in:
parent
7639962130
commit
110823a26b
9 changed files with 174 additions and 14 deletions
|
|
@ -6,6 +6,7 @@ import { HeroSummaryCardV1 } from "./Apps/ActorSheets/HeroSummaryCardV1.mjs";
|
|||
import { RichEditor } from "./Apps/RichEditor.mjs";
|
||||
|
||||
// Util imports
|
||||
import { distanceBetweenFates, nextFate, previousFate } from "./utils/fates.mjs";
|
||||
import { documentSorter } from "./consts.mjs";
|
||||
|
||||
const { deepFreeze } = foundry.utils;
|
||||
|
|
@ -24,6 +25,9 @@ Object.defineProperty(
|
|||
},
|
||||
utils: {
|
||||
documentSorter,
|
||||
distanceBetweenFates,
|
||||
nextFate,
|
||||
previousFate,
|
||||
},
|
||||
}),
|
||||
writable: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue