diff --git a/worlds/ffmq/Options.py b/worlds/ffmq/Options.py index 4b9f4a4a8819..ae54d392e631 100644 --- a/worlds/ffmq/Options.py +++ b/worlds/ffmq/Options.py @@ -210,7 +210,7 @@ class MapShuffleSeed(FreeText): """If this is a number, it will be used as a set seed number for Map, Crest, and Battlefield Reward shuffles. If this is "random" the seed will be chosen randomly. If it is any other text, it will be used as a seed group name. All players using the same seed group name will get the same shuffle results, as long as their Map Shuffle, - Crest Shuffle, and Shuffle Battlefield Rewards settings are the same.""" + Crest Shuffle, Shuffle Battlefield Rewards, Companion Shuffle, and Kaeli's Mom settings are the same.""" display_name = "Map Shuffle Seed" default = "random"