LttP: remove extra default = False (#2497)
* LttP: remove extra default = False
This commit is contained in:
parent
8d41430cc8
commit
edb62004ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue