diff --git a/worlds/infinity_gauntlet/__init__.py b/worlds/infinity_gauntlet/__init__.py index 239294944357..5a875089e8e0 100644 --- a/worlds/infinity_gauntlet/__init__.py +++ b/worlds/infinity_gauntlet/__init__.py @@ -75,7 +75,7 @@ def get_filler_item_name(self) -> str: def has_all_stones(self, state: CollectionState): return state.has_all( - set([item for item in self.item_name_to_id.keys() if not item.startswith("The dusty")]), + set([item for item in self.item_name_to_id.keys() if not item.startswith("the dusty")]), self.player )