protections

This commit is contained in:
François-Xavier Guillois
2023-06-05 15:27:58 +02:00
parent af5ce9efcd
commit 7d7ec478e5
16 changed files with 207 additions and 285 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export class TotemItemSheet extends ItemSheet {
// Use a safe clone of the item data for further operations.
const itemData = context.item;
// Retrieve the roll data for TinyMCE editors.
context.rollData = {};
let actor = this.object?.parent ?? null;