mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
LttP: remove extra default = False (#2497)
* LttP: remove extra default = False
This commit is contained in:
@@ -102,9 +102,10 @@ class map_shuffle(DungeonItem):
|
|||||||
|
|
||||||
|
|
||||||
class key_drop_shuffle(Toggle):
|
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"
|
display_name = "Key Drop Shuffle"
|
||||||
default = False
|
|
||||||
|
|
||||||
class Crystals(Range):
|
class Crystals(Range):
|
||||||
range_start = 0
|
range_start = 0
|
||||||
|
Reference in New Issue
Block a user