We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1ae01 commit 11c11b4Copy full SHA for 11c11b4
CHANGELOG.md
@@ -6,8 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [2101.1.8]
8
9
+### Added
10
+* If all tasks in a quest are marked optional, now require at least one to be completed to complete the quest
11
+ * Previously quest would just auto-complete, which is less useful (if that behaviour is really needed, use a quest with no tasks at all)
12
+ * This allows for quests with a choice of two or more tasks, where completing any of the tasks will complete the quest
13
+
14
### Fixed
15
* Hotfix: fix player login exception related to exclusive quest branching feature added in 2101.1.7
16
+* Tooltip on optional tasks now reads "Optional Task" instead of "Optional Quest"
17
18
## [2101.1.7]
19
0 commit comments