diff options
author | David Gay <david@davidgay.org> | 2021-05-31 13:02:27 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-31 13:03:45 -0400 |
commit | ac6275842b2bb879f7d95a7a49da0017efaf6697 (patch) | |
tree | 63354096bfcf8a9ea487a7539834d616f772323b | |
parent | bb71bd0646fc0f0e7ed3e245a65dd417a2462578 (diff) |
Fix craft manadross tincture recipe awarding wrong item
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | data/activities.yml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fbac76a..65a38ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## [Unreleased] + +### Fixed +- Distill manadross tincture recipe awarded mending salve instead of manadross tincture. + ## [0.1.3.1] - 2021-05-31 ### Changed diff --git a/data/activities.yml b/data/activities.yml index 1b1dbc3..6a3e7c8 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -855,7 +855,7 @@ craft_manadross_tincture: quantity: 1 results: - type: "item" - gid: "mending_salve" + gid: "manadross_tincture" xp: - gid: "fluxseethe" value: 70 |