Implement the DiceField and required changes to get it working (closes #179)
This commit is contained in:
parent
0064e10635
commit
327f921b9c
5 changed files with 62 additions and 40 deletions
|
|
@ -6,7 +6,7 @@ export class DotDungeonActor extends Actor {
|
|||
provide all that data to AE's without needing to disable any inputs.
|
||||
*/
|
||||
prepareEmbeddedDocuments() {
|
||||
this.preAE = foundry.utils.deepClone(this.system);
|
||||
this.preAE = foundry.utils.duplicate(this.system);
|
||||
super.prepareEmbeddedDocuments();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue