diff options
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | data/items.yml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a853c2..0795437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ All notable changes to this project will be documented in this file. ### Items - New items: woodflesh potion, lightblood potion, mercuria potion +- Tweaked description of midoras spice. ### Monsters - Stalk beast diff --git a/data/items.yml b/data/items.yml index 6755dfd..e3490c4 100644 --- a/data/items.yml +++ b/data/items.yml @@ -951,7 +951,7 @@ mudtub_mash: message: "The mash is bland -- uncomfortably tasteless. But it'll get you through." midoras_spice: name: "midoras spice" - description: "A biting spice made from the fruit of the midoras plant." + description: "A savory spice made from the midoras plant." whatnot: tags: - "material" |