mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
.
This commit is contained in:
parent
2b5d04abef
commit
85bd91650b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
import LevelUpBase from './levelup.mjs';
|
import LevelUpBase from './levelup.mjs';
|
||||||
import { DhLevelup } from '../../data/levelup.mjs';
|
import { DhLevelup } from '../../data/levelup.mjs';
|
||||||
import { domains } from '../../config/domainConfig.mjs';
|
import { domains } from '../../config/domainConfig.mjs';
|
||||||
import { abilities } from '../../config/actorConfig.mjs';
|
import { abilities, subclassFeatureLabels } from '../../config/actorConfig.mjs';
|
||||||
|
|
||||||
export default class DhCharacterLevelUp extends LevelUpBase {
|
export default class DhCharacterLevelUp extends LevelUpBase {
|
||||||
constructor(actor) {
|
constructor(actor) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue