Skip to content

Commit

Permalink
Update worlds/hk/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mysteryem <[email protected]>
  • Loading branch information
qwint and Mysteryem authored Oct 25, 2024
1 parent 60f8cf7 commit ede7e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/hk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def set_goal(player, grub_rule: typing.Callable[[CollectionState], bool]):
for real_player in group_lookup[player]:
grub_count_per_player[real_player] += 1
else:
# for worlds not linking grubs but in a group
# for non-linked grubs
grub_count_per_player[player] += 1

for player, count in grub_count_per_player.items():
Expand Down

0 comments on commit ede7e30

Please sign in to comment.