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:
caitsith2
2020-06-19 16:10:22 -07:00
parent 10f675a61e
commit 6beeb7934d
2 changed files with 6 additions and 2 deletions

View File

@@ -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()