diff --git a/CHANGELOG.md b/CHANGELOG.md index e38898f..65b2801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/scripts/module.js b/scripts/module.js index 19b1f33..a70f21f 100644 --- a/scripts/module.js +++ b/scripts/module.js @@ -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;