Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SC2: 0.4.3 bugfixes #2273

Merged
merged 13 commits into from
Nov 8, 2023
7 changes: 2 additions & 5 deletions worlds/sc2wol/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ class FinalMap(Choice):
Vanilla mission order always ends with All in mission!

Warning: Using All-in with a short mission order (7 or fewer missions) is not recommended,
as there might not be enough locations to place all the required items.
as there might not be enough locations to place all the required items,
any excess required items will be placed into starting inventory!

This option is short-lived. It may be changed in the future
"""
Expand Down Expand Up @@ -268,7 +269,6 @@ class MissionProgressLocations(LocationInclusion):
Nothing: No rewards for this type of tasks, effectively disabling such locations

Note: Individual locations subject to plando are always enabled, so the plando can be placed properly.
Warning: The generation may fail if too many locations are excluded by this way.
See also: Excluded Locations, Item Plando (https://archipelago.gg/tutorial/Archipelago/plando/en#item-plando)
"""
display_name = "Mission Progress Locations"
Expand All @@ -285,7 +285,6 @@ class BonusLocations(LocationInclusion):
Nothing: No rewards for this type of tasks, effectively disabling such locations

Note: Individual locations subject to plando are always enabled, so the plando can be placed properly.
Warning: The generation may fail if too many locations are excluded by this way.
See also: Excluded Locations, Item Plando (https://archipelago.gg/tutorial/Archipelago/plando/en#item-plando)
"""
display_name = "Bonus Locations"
Expand All @@ -303,7 +302,6 @@ class ChallengeLocations(LocationInclusion):
Nothing: No rewards for this type of tasks, effectively disabling such locations

Note: Individual locations subject to plando are always enabled, so the plando can be placed properly.
Warning: The generation may fail if too many locations are excluded by this way.
See also: Excluded Locations, Item Plando (https://archipelago.gg/tutorial/Archipelago/plando/en#item-plando)
"""
display_name = "Challenge Locations"
Expand All @@ -320,7 +318,6 @@ class OptionalBossLocations(LocationInclusion):
Nothing: No rewards for this type of tasks, effectively disabling such locations

Note: Individual locations subject to plando are always enabled, so the plando can be placed properly.
Warning: The generation may fail if too many locations are excluded by this way.
See also: Excluded Locations, Item Plando (https://archipelago.gg/tutorial/Archipelago/plando/en#item-plando)
"""
display_name = "Optional Boss Locations"
Expand Down