From da2f0f94ca2ef8ecd0113018b7ff0664fba9289a Mon Sep 17 00:00:00 2001 From: qwint Date: Wed, 5 Jun 2024 00:01:22 -0500 Subject: [PATCH] HK: lower max egg cost (#3463) --- worlds/hk/Options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/hk/Options.py b/worlds/hk/Options.py index f4085288..0ad1acff 100644 --- a/worlds/hk/Options.py +++ b/worlds/hk/Options.py @@ -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