From b7900ade0309d3b8c13b830746ca1435141ffe26 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 8 Feb 2026 09:28:23 -0500 Subject: Added music shuffle --- apworld/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apworld/__init__.py') diff --git a/apworld/__init__.py b/apworld/__init__.py index ba5d7ea..a80156c 100644 --- a/apworld/__init__.py +++ b/apworld/__init__.py @@ -157,6 +157,7 @@ class Lingo2World(World): "shuffle_doors", "shuffle_gallery_paintings", "shuffle_letters", + "shuffle_music", "shuffle_symbols", "shuffle_worldports", "strict_cyan_ending", @@ -167,6 +168,7 @@ class Lingo2World(World): slot_data: dict[str, object] = { **self.options.as_dict(*slot_options), "rte": [self.static_logic.objects.maps[map_id].name for map_id in self.player_logic.rte_mapping], + "seed": self.random.randint(0, 1000000), "version": self.static_logic.get_data_version(), } -- cgit 1.4.1