mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
Added a default image for NPC actor type
This commit is contained in:
parent
791fdb5c57
commit
957ecc51a3
2 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ export default class DhpNPC extends BaseDataActor {
|
|||
}
|
||||
|
||||
/**@inheritdoc */
|
||||
static DEFAULT_ICON = 'systems/daggerheart/assets/icons/documents/actors/dragon-head.svg';
|
||||
static DEFAULT_ICON = 'systems/daggerheart/assets/icons/documents/actors/drama-masks.svg';
|
||||
|
||||
get features() {
|
||||
return this.parent.items.filter(x => x.type === 'feature');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue