Lingo: Add "shuffle_postgame" flag to slot data (#4825)

This allows the tracker to see whether postgame is shuffled in the player's world, and if it's not, allows it to hide locations/paintings accordingly.
This commit is contained in:
Star Rauchenberger
2025-04-06 18:02:34 -04:00
committed by GitHub
parent dc4e8bae98
commit f03bb61747

View File

@@ -174,7 +174,7 @@ class LingoWorld(World):
"death_link", "victory_condition", "shuffle_colors", "shuffle_doors", "shuffle_paintings", "shuffle_panels",
"enable_pilgrimage", "sunwarp_access", "mastery_achievements", "level_2_requirement", "location_checks",
"early_color_hallways", "pilgrimage_allows_roof_access", "pilgrimage_allows_paintings", "shuffle_sunwarps",
"group_doors", "speed_boost_mode"
"group_doors", "speed_boost_mode", "shuffle_postgame"
]
slot_data = {