From 0c89260436bc00e87b0714b505115406176b39d2 Mon Sep 17 00:00:00 2001 From: The Happy Anarchist Date: Tue, 22 Sep 2020 13:44:17 -1000 Subject: [PATCH] Fix nested properties bug in HP for entities Fix for nested HP properties bug in OSE code --- src/module/actor/entity.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/module/actor/entity.js b/src/module/actor/entity.js index fed10ab..965a332 100644 --- a/src/module/actor/entity.js +++ b/src/module/actor/entity.js @@ -110,7 +110,6 @@ export class AcksActor extends Actor { let roll = new Roll(this.data.data.hp.hd).roll(); return this.update({ data: { - actor: this.data, hp: { max: roll.total, value: roll.total,