shape-change #33

Merged
mike merged 8 commits from shape-change into develop 2023-09-26 03:37:40 +00:00
Showing only changes of commit 91d8e0a683 - Show all commits

View File

@ -90,7 +90,7 @@ export class shim {
} }
const mutateOptions = { const mutateOptions = {
permanent: true, permanent: true,
description: effectDocuments[effectDocuments.length - 1] description: effectDocuments[effectDocuments.length - 1]?.name
} }
for (const effectDocument of effectDocuments) { for (const effectDocument of effectDocuments) {
mutation.embedded.ActiveEffect[effectDocument.name] = effectDocument mutation.embedded.ActiveEffect[effectDocument.name] = effectDocument