Skip to content

Commit

Permalink
v 1.2.52
Browse files Browse the repository at this point in the history
  • Loading branch information
tehjoester committed Jan 7, 2025
1 parent 9564c48 commit 515bdce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.2.52
- Fixed typos in settings.

## 1.2.51
- Fixed calculation error when outputting to chat after reroll.

Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pf2e-reroll-stats",
"title": "PF2E ReRoll Stats",
"description": "Tracks rolls made with 'Reroll using Hero Point' and compares the results.",
"version": "1.2.51",
"version": "1.2.52",
"compatibility": {
"minimum": "12",
"verified": "12"
Expand Down Expand Up @@ -43,7 +43,7 @@
"system": ["pf2e"],
"url": "https://github.com/thejoester/pf2e-reroll-stats",
"manifest": "https://github.com/thejoester/pf2e-reroll-stats/releases/latest/download/module.json",
"download": "https://github.com/thejoester/pf2e-reroll-stats/releases/download/1.2.51/pf2e_reroll_stats.zip",
"download": "https://github.com/thejoester/pf2e-reroll-stats/releases/download/1.2.52/pf2e_reroll_stats.zip",
"readme": "https://github.com/thejoester/pf2e-reroll-stats/blob/master/README.md",
"changelog": "https://github.com/thejoester/pf2e-reroll-stats/blob/master/CHANGELOG.md",
"license": "https://github.com/thejoester/pf2e-reroll-stats/blob/master/LICENSE.txt",
Expand Down
4 changes: 2 additions & 2 deletions scripts/reroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Hooks.once("init", () => {

// Register settings to output to chat after a reroll
game.settings.register(MODULE_NAME, "outputToChat", {
name: "Output sctor stats to chat after reroll?",
hint: "Will output an actor's reroll stats in chat after each reroll/",
name: "Output actor stats to chat after reroll?",
hint: "Will output an actor's reroll stats in chat after each reroll.",
scope: "world",
config: true,
type: Boolean,
Expand Down

0 comments on commit 515bdce

Please sign in to comment.