Fix nested properties bug in HP for entities
Fix for nested HP properties bug in OSE codemaster
parent
cde554dc91
commit
0c89260436
|
@ -110,7 +110,6 @@ export class AcksActor extends Actor {
|
||||||
let roll = new Roll(this.data.data.hp.hd).roll();
|
let roll = new Roll(this.data.data.hp.hd).roll();
|
||||||
return this.update({
|
return this.update({
|
||||||
data: {
|
data: {
|
||||||
actor: this.data,
|
|
||||||
hp: {
|
hp: {
|
||||||
max: roll.total,
|
max: roll.total,
|
||||||
value: roll.total,
|
value: roll.total,
|
||||||
|
|
Loading…
Reference in New Issue