From bf06c3419659ddd5dfd848d5bdde3975069e037a Mon Sep 17 00:00:00 2001 From: David Gay Date: Tue, 22 Jun 2021 22:03:28 -0400 Subject: Fix `craft_bluster_powder` to grant spicework XP, not fluxseethe XP --- CHANGELOG.md | 1 + data/activities.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6605c1..3192ef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. ### Fixed - Couldn't unlock rusted lockboxes due to equipment requirement being set incorrectly. +- Crafting bluster powder was granting fluxseethe XP instead of spicework XP ## [0.1.11.2] - 2021-06-16 diff --git a/data/activities.yml b/data/activities.yml index 457faca..6eb038c 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -2663,7 +2663,7 @@ craft_bluster_powder: - type: "item" gid: "bluster_powder" xp: - - gid: "fluxseethe" + - gid: "spicework" value: 17 craft_mudtub_mash: name: "Craft mudtub mash" -- cgit v1.2.3