From 447a222b57e498f7904033c59e68d21d6a246abd Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 12 Aug 2025 12:33:24 -0400 Subject: Items and connections in the apworld --- apworld/options.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'apworld/options.py') diff --git a/apworld/options.py b/apworld/options.py index f33f5af..77f0ae3 100644 --- a/apworld/options.py +++ b/apworld/options.py @@ -1,8 +1,13 @@ from dataclasses import dataclass -from Options import PerGameCommonOptions +from Options import PerGameCommonOptions, Toggle + + +class ShuffleDoors(Toggle): + """If enabled, most doors will open from receiving an item rather than fulfilling the in-game requirements.""" + display_name = "Shuffle Doors" @dataclass class Lingo2Options(PerGameCommonOptions): - pass + shuffle_doors: ShuffleDoors -- cgit 1.4.1