mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Merge branch 'development' into feature/313-preset-measured-templates
This commit is contained in:
commit
b75b4c8fcb
24 changed files with 239 additions and 109 deletions
|
|
@ -501,6 +501,7 @@ export default class DhpActor extends Actor {
|
|||
/**@inheritdoc */
|
||||
getRollData() {
|
||||
const rollData = super.getRollData();
|
||||
rollData.name = this.name;
|
||||
rollData.system = this.system.getRollData();
|
||||
rollData.prof = this.system.proficiency ?? 1;
|
||||
rollData.cast = this.system.spellcastModifier ?? 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue