Skip to content

Commit

Permalink
add hard mode to slot data
Browse files Browse the repository at this point in the history
  • Loading branch information
threeandthreee committed Sep 19, 2024
1 parent 8d22d36 commit ba00a53
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions worlds/ladx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba00a53

Please sign in to comment.