Skip to content

Commit cbf04b0

Browse files
committed
Typo
1 parent d3b015f commit cbf04b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

World.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ def set_goals(self) -> None:
10251025
# trials are reduced to one goal with six items to obtain.
10261026
if self.settings.shuffle_ganon_tower:
10271027
trial_goal.items.append({'name': 'Ganons Tower Access', 'quantity': 1, 'minimum': 1, 'hintable': True})
1028-
trial_goal.goal_count += 1
1028+
trials.goal_count += 1
10291029

10301030
trials.add_goal(trial_goal)
10311031
self.goal_categories[trials.name] = trials

0 commit comments

Comments
 (0)