LttP: remove extra default = False (#2497)

* LttP: remove extra default = False
This commit is contained in:
Fabian Dill 2023-11-25 11:12:13 +01:00 committed by GitHub
parent 8d41430cc8
commit edb62004ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -102,9 +102,10 @@ class map_shuffle(DungeonItem):
class key_drop_shuffle(Toggle):
"""Shuffle keys found in pots and dropped from killed enemies."""
"""Shuffle keys found in pots and dropped from killed enemies,
respects the small key and big key shuffle options."""
display_name = "Key Drop Shuffle"
default = False
class Crystals(Range):
range_start = 0