mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 13:11:08 +01:00
Added DhMeasuredTemplate
This commit is contained in:
parent
7802d18a4d
commit
33655ae702
5 changed files with 47 additions and 38 deletions
|
|
@ -15,6 +15,7 @@ import { abilities } from './module/config/actorConfig.mjs';
|
|||
import Resources from './module/applications/resources.mjs';
|
||||
import DHDualityRoll from './module/data/chat-message/dualityRoll.mjs';
|
||||
import { DualityRollColor } from './module/data/settings/Appearance.mjs';
|
||||
import { DhMeasuredTemplate } from './module/placeables/_module.mjs';
|
||||
|
||||
globalThis.SYSTEM = SYSTEM;
|
||||
|
||||
|
|
@ -37,6 +38,8 @@ Hooks.once('init', () => {
|
|||
name: game.i18n.localize(x.name)
|
||||
}));
|
||||
|
||||
CONFIG.MeasuredTemplate.objectClass = DhMeasuredTemplate;
|
||||
|
||||
CONFIG.Item.documentClass = documents.DhpItem;
|
||||
|
||||
//Registering the Item DataModel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue