Files
Archipelago/worlds
Mysteryem 18e3a8911f Saving Princess: Fix each slot sharing the same music_table (#5952)
`music_table` was initialized on the `SavingPrincessWorld` *class*, so
was being shared by each Saving Princess slot in the multiworld.

This has been fixed by initializing the `music_table` attribute on each
`SavingPrincessWorld` *instance* in `generate_early()` instead.
2026-02-19 20:13:54 +01:00
..
2025-09-05 16:22:11 +02:00
2025-12-22 04:08:52 +01:00
2026-01-19 20:11:31 +01:00
2025-11-11 18:16:38 +00:00
2026-02-08 17:00:23 +01:00