From b1002f234fb91e57bcbda023fa672a064958ff5f Mon Sep 17 00:00:00 2001 From: threeandthreee Date: Mon, 16 Sep 2024 15:29:48 -0400 Subject: [PATCH] fix ladxr setting --- worlds/ladx/LADXR/settings.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/worlds/ladx/LADXR/settings.py b/worlds/ladx/LADXR/settings.py index 848d64390d..33bb550c44 100644 --- a/worlds/ladx/LADXR/settings.py +++ b/worlds/ladx/LADXR/settings.py @@ -161,12 +161,8 @@ Note, some entrances can lead into water, use the warp-to-home from the save&qui [Oracle] Less iframes and heath from drops. Bombs damage yourself. Water damages you without flippers. No piece of power or acorn. [Hero] Switch version hero mode, double damage, no heart/fairy drops. [One hit KO] You die on a single hit, always."""), - Setting('steal', 'Gameplay', 't', 'Stealing from the shop', - options=[('always', 'a', 'Always'), ('never', 'n', 'Never'), ('default', '', 'Normal')], default='default', - description="""Effects when you can steal from the shop. Stealing is bad and never in logic. -[Normal] requires the sword before you can steal. -[Always] you can always steal from the shop -[Never] you can never steal from the shop."""), + Setting('steal', 'Gameplay', 't', 'Stealing from the shop', default=False, + description='Toggle if stealing is in logic.'), Setting('bowwow', 'Special', 'g', 'Good boy mode', options=[('normal', '', 'Disabled'), ('always', 'a', 'Enabled'), ('swordless', 's', 'Enabled (swordless)')], default='normal', description='Allows BowWow to be taken into any area, damage bosses and more enemies. If enabled you always start with bowwow. Swordless option removes the swords from the game and requires you to beat the game without a sword and just bowwow.'), Setting('overworld', 'Special', 'O', 'Overworld', options=[('normal', '', 'Normal'), ('dungeondive', 'D', 'Dungeon dive'), ('nodungeons', 'N', 'No dungeons'), ('random', 'R', 'Randomized')], default='normal',