From f6668997e61a0e2ea53bf2e6f92a070686659f8c Mon Sep 17 00:00:00 2001 From: Martmists Date: Fri, 7 Feb 2025 21:02:37 +0100 Subject: [PATCH] [AHIT] Fix small options issue (#4615) --- worlds/ahit/Options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/ahit/Options.py b/worlds/ahit/Options.py index 17c4b95e..b331ca52 100644 --- a/worlds/ahit/Options.py +++ b/worlds/ahit/Options.py @@ -338,7 +338,7 @@ class MinExtraYarn(Range): There must be at least this much more yarn over the total number of yarn needed to craft all hats. For example, if this option's value is 10, and the total yarn needed to craft all hats is 40, there must be at least 50 yarn in the pool.""" - display_name = "Max Extra Yarn" + display_name = "Min Extra Yarn" range_start = 5 range_end = 15 default = 10