From bb4e4e308f8f73b1be8b717b5c0478a342c1196d Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 12 Sep 2025 11:01:30 -0400 Subject: Added gallery painting shuffle --- apworld/options.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apworld/options.py') diff --git a/apworld/options.py b/apworld/options.py index 240f8af..4f0b32a 100644 --- a/apworld/options.py +++ b/apworld/options.py @@ -16,6 +16,11 @@ class ShuffleControlCenterColors(Toggle): display_name = "Shuffle Control Center Colors" +class ShuffleGalleryPaintings(Toggle): + """If enabled, gallery paintings will appear from receiving an item rather than by triggering them normally.""" + display_name = "Shuffle Gallery Paintings" + + class ShuffleLetters(Choice): """ Controls how letter unlocks are handled. Note that H1, I1, N1, and T1 will always be present at their vanilla @@ -125,6 +130,7 @@ class VictoryCondition(Choice): class Lingo2Options(PerGameCommonOptions): shuffle_doors: ShuffleDoors shuffle_control_center_colors: ShuffleControlCenterColors + shuffle_gallery_paintings: ShuffleGalleryPaintings shuffle_letters: ShuffleLetters shuffle_symbols: ShuffleSymbols keyholder_sanity: KeyholderSanity -- cgit 1.4.1