TLOZ: Code Cleanup (#1514)
- consolidated declaration and population of level location lists - moved floor_location_game_ids_late declaration for consistency - moved generate_itempool to create_items, where it belongs - mention that expanded pool includes take any caves in the option description again - removed unnecessary StartingPosition check regarding Take Any Caves (leftover from older StartingPosition behavior I believe) - use proper comparisons to option keys instead of hardcoded ints
This commit is contained in:
@@ -3,7 +3,7 @@ from Options import Option, DefaultOnToggle, Choice
|
||||
|
||||
|
||||
class ExpandedPool(DefaultOnToggle):
|
||||
"""Puts room clear drops into the pool of items and locations."""
|
||||
"""Puts room clear drops and take any caves into the pool of items and locations."""
|
||||
display_name = "Expanded Item Pool"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user