diff options
author | David Gay <david@davidgay.org> | 2021-06-07 21:53:08 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-07 21:53:08 -0400 |
commit | 1504450b3c7da4480421302fafc7a6acd67578c6 (patch) | |
tree | 293f1fb4caf4046128b4ea50f94a10506562839c | |
parent | 6f21e04c3f61feac8f33fd31183eb3fd7742634e (diff) |
Tweak midoras spice description
-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" |