mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Add local_keys option to go in line with the *_shuffle options, and document both local_keys and l in easy.yaml
This commit is contained in:
@@ -370,7 +370,7 @@ def roll_settings(weights):
|
||||
|
||||
ret.remote_items = get_choice('remote_items', weights, False)
|
||||
|
||||
if "l" in dungeon_items:
|
||||
if get_choice("local_keys", weights, "l" in dungeon_items):
|
||||
ret.local_items = {"Small Keys", "Big Keys"}
|
||||
else:
|
||||
ret.local_items = set()
|
||||
|
Reference in New Issue
Block a user