Fixes skill calculation.

This commit is contained in:
mstein
2023-01-03 00:22:28 +01:00
parent b104480a48
commit 0ac8107772
3 changed files with 20 additions and 21 deletions
+1 -3
View File
@@ -31,11 +31,9 @@ export class M5ItemSheet extends ItemSheet {
let actor = this.object?.parent ?? null
if (actor) {
context.rollData = actor.getRollData()
} else {
}
// Add the actor's data to context.data for easier access, as well as flags.
context.system = itemData.system
context.data = itemData.system
context.flags = itemData.flags
return context