From 7491ec90a875f504765f42c06fdabeb128779e36 Mon Sep 17 00:00:00 2001 From: Elagatua Date: Wed, 28 Aug 2024 14:11:17 -0400 Subject: [PATCH] Reverting the style change to see if it makes the tests happy --- World.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/World.py b/World.py index 154b34946..607a724b9 100644 --- a/World.py +++ b/World.py @@ -343,7 +343,7 @@ def __missing__(self, dungeon_name: str) -> EmptyDungeonInfo: if goal_list1 != [goal.name for goal in category.goals] and category.name not in minor_goal_categories: self.one_hint_per_goal = False - if self.hint_dist_user['one_hint_per_goal']: + if 'one_hint_per_goal' in self.hint_dist_user: self.one_hint_per_goal = self.hint_dist_user['one_hint_per_goal'] # initialize category check for first rounds of goal hints