diff --git a/worlds/hk/Options.py b/worlds/hk/Options.py index 293508acdf08..a3131688d55f 100644 --- a/worlds/hk/Options.py +++ b/worlds/hk/Options.py @@ -138,7 +138,7 @@ else: count = len([loc for loc in option_data[1] if loc != "Start"]) extra_data["__doc__"] = option_docstrings[option_name] + \ - f"\n This option adds {count} location{'s' if count != 1 else ''}." + f"\n This option adds approximately {count} location{'s' if count != 1 else ''}." if option_name in default_on: option = type(option_name, (DefaultOnToggle,), extra_data) else: