Skip to content

Commit

Permalink
comment to sanitize myself
Browse files Browse the repository at this point in the history
  • Loading branch information
alwaysintreble committed Nov 16, 2023
1 parent 0cc3145 commit 7fb6bfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions worlds/messenger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ def set_rules(self) -> None:
@classmethod
def stage_fill_hook(cls, multiworld: MultiWorld, prog_items: List[Item], useful_items: List[Item],
filler_items: List[Item], locations: List[Location]) -> None:
# it's possible for both items to get placed near the end of the itempool causing swap to be entered early
# as more than half of the player's locations become unavailable immediately.
# Please don't copy this nightmare
players = multiworld.get_game_players(cls.game)
total_items = len(prog_items)
items = {}
Expand Down

0 comments on commit 7fb6bfc

Please sign in to comment.