Fixed so that homebrew downtime move actions can have effects (#1615)

This commit is contained in:
WBHarry 2026-01-31 19:34:37 +01:00 committed by GitHub
parent 94efbeada3
commit 22d446f360
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 38 additions and 33 deletions

View file

@ -152,6 +152,7 @@ export function ActionMixin(Base) {
}
get uuid() {
if (!(this.item instanceof game.system.api.documents.DHItem)) return null;
return `${this.item.uuid}.${this.documentName}.${this.id}`;
}