Skip to content

Commit

Permalink
Add Super-Size Me! at the start of Super goal
Browse files Browse the repository at this point in the history
  • Loading branch information
chesslogic committed Oct 16, 2024
1 parent d36d2e9 commit 191028f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions worlds/checksmate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,9 @@ def piece_limit_of(self, chosen_item: str):
def get_excluded_items(self) -> Dict[str, int]:
excluded_items: Dict[str, int] = {}

if self.options.goal.value == self.options.goal.option_super:
item = create_item_with_correct_settings(self.player, "Super-Size Me")
self.multiworld.push_precollected(item)
for item in self.multiworld.precollected_items[self.player]:
if item.name not in excluded_items:
excluded_items[item.name] = 0
Expand Down

0 comments on commit 191028f

Please sign in to comment.