Skip to content

Commit

Permalink
per extractedData pool_options, only 20 eggs are created by default, …
Browse files Browse the repository at this point in the history
…so if a random filler egg isn't generated 21 max egg costs can be unreachable

could be updated when/if tuk check adds an egg to the pool
  • Loading branch information
qwint committed Jun 4, 2024
1 parent 0265f4d commit ade164a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/hk/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class MinimumEggPrice(Range):
Only takes effect if the EggSlotShops option is greater than 0."""
display_name = "Minimum Egg Price"
range_start = 1
range_end = 21
range_end = 20
default = 1


Expand Down

0 comments on commit ade164a

Please sign in to comment.