Skip to content

Commit

Permalink
HK: lower max egg cost (ArchipelagoMW#3463)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwint authored Jun 5, 2024
1 parent 6a60a93 commit da2f0f9
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 da2f0f9

Please sign in to comment.