Fix nested properties bug in HP for entities

Fix  for nested HP properties bug in OSE code
master
The Happy Anarchist 2020-09-22 13:44:17 -10:00
parent cde554dc91
commit 0c89260436
1 changed files with 0 additions and 1 deletions

View File

@ -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,