summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
-rw-r--r--data/activities.yml2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b433b0d..082a7dd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [0.1.11.3] - 2021-06-22
+
+### Fixed
+- Couldn't unlock rusted lockboxes due to equipment requirement being set incorrectly.
+
## [0.1.11.2] - 2021-06-16
## UI
diff --git a/data/activities.yml b/data/activities.yml
index 8f2231a..457faca 100644
--- a/data/activities.yml
+++ b/data/activities.yml
@@ -2458,7 +2458,7 @@ synthsever_rusted_lockbox:
whatnot:
requirements:
- type: "equipment"
- gid: "lockpicks"
+ tag: "lockpicks"
- type: "skill"
gid: "synthsever"
level: 1