mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Resource Generation Fix
This commit is contained in:
parent
f11b018bd7
commit
d0e55aeb8d
2 changed files with 2 additions and 1 deletions
|
|
@ -543,6 +543,7 @@ export default class DhpActor extends Actor {
|
|||
/* system gets repeated infinately which causes issues when trying to use the data for document creation */
|
||||
delete rollData.system;
|
||||
|
||||
rollData.id = this.id;
|
||||
rollData.name = this.name;
|
||||
rollData.system = this.system.getRollData();
|
||||
rollData.prof = this.system.proficiency ?? 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue