From ac6275842b2bb879f7d95a7a49da0017efaf6697 Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 31 May 2021 13:02:27 -0400 Subject: Fix craft manadross tincture recipe awarding wrong item --- CHANGELOG.md | 5 +++++ data/activities.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3