From ba00a53670ae9f7195470b299163ddec876daa0f Mon Sep 17 00:00:00 2001 From: threeandthreee Date: Thu, 19 Sep 2024 15:01:26 -0400 Subject: [PATCH] add hard mode to slot data --- worlds/ladx/__init__.py | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/worlds/ladx/__init__.py b/worlds/ladx/__init__.py index 79f1fe470f8..b39e6a54adf 100644 --- a/worlds/ladx/__init__.py +++ b/worlds/ladx/__init__.py @@ -524,10 +524,22 @@ def fill_slot_data(self): slot_options = ["instrument_count"] slot_options_display_name = [ - "goal", "logic", "tradequest", "rooster", - "experimental_dungeon_shuffle", "experimental_entrance_shuffle", "trendy_game", "gfxmod", - "shuffle_nightmare_keys", "shuffle_small_keys", "shuffle_maps", - "shuffle_compasses", "shuffle_stone_beaks", "shuffle_instruments", "nag_messages" + "goal", + "logic", + "tradequest", + "rooster", + "experimental_dungeon_shuffle", + "experimental_entrance_shuffle", + "trendy_game", + "gfxmod", + "shuffle_nightmare_keys", + "shuffle_small_keys", + "shuffle_maps", + "shuffle_compasses", + "shuffle_stone_beaks", + "shuffle_instruments", + "nag_messages", + "hard_mode", ] # use the default behaviour to grab options