fix: fix the goal node's "can_fail" to have the correct property.
This commit is contained in:
@@ -9,5 +9,5 @@ export const GoalNodeDefaults: GoalNodeData = {
|
||||
description: "",
|
||||
achieved: false,
|
||||
hasReduce: true,
|
||||
can_fail: true,
|
||||
can_fail: false,
|
||||
};
|
||||
Reference in New Issue
Block a user