Skip to content

Commit

Permalink
Fixed speaker for this
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed May 22, 2024
1 parent e589b09 commit 3554bfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.0 - Full Release
- Fixed error messages for items that don't have usage
- Added option to automate Aeon Stone (Pearly White Spindle) to settings
## 0.9.5 - Fixed Localization
- Fixed localization name to be correct
## 0.9.4 - More Bug Fixes Latest
- Catches scenarios where items don't have flags
## 0.9.3 - Oh what a difference capitalization can make
Expand Down
2 changes: 1 addition & 1 deletion scripts/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export function checkAndHandleSpecialCase(item, _total, diff, _situation) {
);
new DamageRoll(`{${health}}[Healing]`).toMessage({
flavor: item.name,
speaker: ChatMessage.getSpeaker(),
speaker: actor,
});
}
break;
Expand Down

0 comments on commit 3554bfe

Please sign in to comment.