Skip to content

Commit

Permalink
HK: Save GrubHuntGoal by value (ArchipelagoMW#4521)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwint authored Jan 20, 2025
1 parent 823b17c commit e2b9421
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 @@ -209,7 +209,7 @@ def generate_early(self):
# defaulting so completion condition isn't incorrect before pre_fill
self.grub_count = (
46 if options.GrubHuntGoal == GrubHuntGoal.special_range_names["all"]
else options.GrubHuntGoal
else options.GrubHuntGoal.value
)
self.grub_player_count = {self.player: self.grub_count}

Expand Down

0 comments on commit e2b9421

Please sign in to comment.