diff options
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | data/activities.yml | 2 |
2 files changed, 2 insertions, 1 deletions
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" |