mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
Improvement
This commit is contained in:
parent
30602e946a
commit
7ac15ebd94
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ export default class DhpActor extends Actor {
|
|||
|
||||
getRollData() {
|
||||
const rollData = super.getRollData();
|
||||
rollData.system = super.getRollData();
|
||||
rollData.system = this.system.getRollData();
|
||||
rollData.prof = this.system.proficiency ?? 1;
|
||||
rollData.cast = this.system.spellcastModifier ?? 1;
|
||||
return rollData;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue