Skip to content

Commit

Permalink
feat(areaTemplate): re-render the data of items on prepareTemplate ca…
Browse files Browse the repository at this point in the history
…lculations
  • Loading branch information
SouOWendel committed Oct 7, 2024
1 parent ef2540d commit b032fa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/documents/item.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export class ShinobiItem extends Item {
if (area[3] === "porEspirito") area[4] = area[1] + area[2] * esp.tbonus;
else area[4] = area[1] + area[2];
}
this.render();
}

/**
Expand Down

0 comments on commit b032fa3

Please sign in to comment.