mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
FEAT: add eritch to NPC description
FIX: missing htmlFieldss on manfiest FIX: add misisng localizations
This commit is contained in:
parent
f56c2482cb
commit
ff8c257d2c
8 changed files with 59 additions and 12 deletions
|
|
@ -13,6 +13,7 @@ export default class DhCompanion extends BaseDataActor {
|
|||
return foundry.utils.mergeObject(super.metadata, {
|
||||
label: 'TYPES.Actor.companion',
|
||||
type: 'companion',
|
||||
isNPC: false,
|
||||
settingSheet: DHCompanionSettings
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue