Skip to content

Commit

Permalink
fix: hp state for rollable creatures now persists
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed May 2, 2023
1 parent 742f3ed commit b8fb407
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tracker/stores/tracker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ function createTracker() {
state: get($state),
name: get($name)!,
round: get($round),
logFile: _logger?.getLogFile() ?? null
logFile: _logger?.getLogFile() ?? null,
rollHP: false
};
};

Expand Down

0 comments on commit b8fb407

Please sign in to comment.