diff options
author | David Gay <david@davidgay.org> | 2021-06-22 22:03:28 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-22 22:03:28 -0400 |
commit | bf06c3419659ddd5dfd848d5bdde3975069e037a (patch) | |
tree | a550d9a113d2b4dd04538496c280fdc5212a8f2e /data | |
parent | 3d0024935c0eb18025208db2606a966ec9b63dd1 (diff) |
Fix `craft_bluster_powder` to grant spicework XP, not fluxseethe XP
Diffstat (limited to 'data')
-rw-r--r-- | data/activities.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |