mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-08 06:56:12 +01:00
fix merge
This commit is contained in:
parent
6fb154767f
commit
68594451b4
1 changed files with 2 additions and 6 deletions
|
|
@ -94,11 +94,7 @@ export default class AdversarySheet extends DHBaseActorSheet {
|
|||
name: game.i18n.localize('DAGGERHEART.GENERAL.Experience.single'),
|
||||
description: `${experience.name} ${
|
||||
experience.modifier < 0 ? experience.modifier : `+${experience.modifier}`
|
||||
}`,
|
||||
source: {
|
||||
actor: this.document.uuid,
|
||||
item: null
|
||||
}
|
||||
}`
|
||||
};
|
||||
const msg = new cls({
|
||||
type: 'abilityUse',
|
||||
|
|
@ -116,4 +112,4 @@ export default class AdversarySheet extends DHBaseActorSheet {
|
|||
item.toChat(this.document.id);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue