diff --git a/worlds/jakanddaxter/Rules.py b/worlds/jakanddaxter/Rules.py index 6403c60c3b..9b8852d850 100644 --- a/worlds/jakanddaxter/Rules.py +++ b/worlds/jakanddaxter/Rules.py @@ -133,7 +133,7 @@ def enforce_multiplayer_limits(world: JakAndDaxterWorld): or options.global_orbsanity_bundle_size.value > GlobalOrbsanityBundleSize.multiplayer_maximum)): friendly_message += (f" " f"{options.global_orbsanity_bundle_size.display_name} must be no less than " - f"{GlobalOrbsanityBundleSize.multiplayer_minimum} and no greater than" + f"{GlobalOrbsanityBundleSize.multiplayer_minimum} and no greater than " f"{GlobalOrbsanityBundleSize.multiplayer_maximum} (currently " f"{options.global_orbsanity_bundle_size.value}).\n")