mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-09 06:08:10 +02:00
Mvoed config out form under application
This commit is contained in:
parent
82960ea4bd
commit
28a70e7288
39 changed files with 32 additions and 32 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { abilities } from '../applications/config/actorConfig.mjs';
|
||||
import { abilities } from '../config/actorConfig.mjs';
|
||||
import { getCommandTarget, rollCommandToJSON } from '../helpers/utils.mjs';
|
||||
|
||||
export default function DhDualityRollEnricher(match, _options) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { range as configRange } from '../applications/config/generalConfig.mjs';
|
||||
import { range as configRange } from '../config/generalConfig.mjs';
|
||||
|
||||
export default function DhTemplateEnricher(match, _options) {
|
||||
const parts = match[1].split('|').map(x => x.trim());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue