diff --git a/worlds/hk/Options.py b/worlds/hk/Options.py index 6c3a9bf5..0f4bec82 100644 --- a/worlds/hk/Options.py +++ b/worlds/hk/Options.py @@ -222,6 +222,7 @@ class MinimumCharmPrice(Range): class MaximumCharmPrice(MinimumCharmPrice): """The maximum charm price in the range of prices that an item should cost for Salubra's shop item which also carry a charm cost.""" + display_name = "Maximum Charm Requirement" default = 20 @@ -235,7 +236,7 @@ class MinimumGeoPrice(Range): class MaximumGeoPrice(Range): """The maximum geo price for items in geo shops.""" - display_name = "Minimum Geo Price" + display_name = "Maximum Geo Price" range_start = 1 range_end = 2000 default = 400