Fix lobbies setting

This commit is contained in:
2026-01-17 22:21:26 -06:00
parent 7d07bf92c8
commit b632545978
4 changed files with 6 additions and 6 deletions

View File

@@ -180,7 +180,7 @@ export default defineComponent({
</template> </template>
<SettingPicker color="danger" v-model="set.door_shuffle" name="door_shuffle" :generator="generator" :prefix="prefix" /> <SettingPicker color="danger" v-model="set.door_shuffle" name="door_shuffle" :generator="generator" :prefix="prefix" />
<SettingPicker color="danger" v-if="this.set.door_shuffle != 'vanilla'" <SettingPicker color="danger" v-if="this.set.door_shuffle != 'vanilla'"
v-model="set.door_lobbies" name="door_lobbies" :generator="generator" :prefix="prefix" /> v-model="set.lobbies" name="lobbies" :generator="generator" :prefix="prefix" />
<SettingPicker color="danger" v-if="this.set.door_shuffle != 'vanilla'" <SettingPicker color="danger" v-if="this.set.door_shuffle != 'vanilla'"
v-model="set.door_type_mode" name="door_type_mode" :generator="generator" :prefix="prefix" /> v-model="set.door_type_mode" name="door_type_mode" :generator="generator" :prefix="prefix" />
<SettingPicker color="danger" v-if="this.set.door_shuffle != 'vanilla'" <SettingPicker color="danger" v-if="this.set.door_shuffle != 'vanilla'"

View File

@@ -9,7 +9,7 @@ base:
skull_woods: all skull_woods: all
linked_drops: all linked_drops: all
door_shuffle: all door_shuffle: all
door_lobbies: all lobbies: all
door_type_mode: all door_type_mode: all
trap_door_mode: all trap_door_mode: all
boss_shuffle: all boss_shuffle: all
@@ -60,7 +60,7 @@ dungeon_map:
skull_woods: all skull_woods: all
linked_drops: all linked_drops: all
door_shuffle: all door_shuffle: all
door_lobbies: all lobbies: all
door_type_mode: all door_type_mode: all
trap_door_mode: all trap_door_mode: all
boss_shuffle: all boss_shuffle: all

View File

@@ -40,7 +40,7 @@ door_shuffle:
paired: Paired Door Shuffle paired: Paired Door Shuffle
partitioned: Partitioned Door Shuffle partitioned: Partitioned Door Shuffle
crossed: Crossed Door Shuffle crossed: Crossed Door Shuffle
door_lobbies: lobbies:
Vanilla: Vanilla Dungeon Lobbies Vanilla: Vanilla Dungeon Lobbies
Shuffled: Shuffled Dungeon Lobbies Shuffled: Shuffled Dungeon Lobbies
enemy_shuffle: enemy_shuffle:

View File

@@ -431,7 +431,7 @@ door_shuffle:
display: Partitioned display: Partitioned
crossed: crossed:
display: Crossed display: Crossed
door_lobbies: lobbies:
display: Dungeon Lobbies display: Dungeon Lobbies
default: vanilla default: vanilla
values: values:
@@ -514,7 +514,7 @@ show_loot:
tip: No icons will show on the dungeon map. tip: No icons will show on the dungeon map.
presence: presence:
display: Uncollected display: Uncollected
tip: A dot icons will show on the dungeon map on each supertile with an uncollected item. tip: A dot icon will show on the dungeon map on each supertile with an uncollected item.
compass: compass:
display: Value With Compass display: Value With Compass
tip: With the compass for a dungeon, icons will show on the dungeon map with the best item value on each supertile. Without the compass, compass icons will show the location of compasses, and dots will show for any other uncollected item. tip: With the compass for a dungeon, icons will show on the dungeon map with the best item value on each supertile. Without the compass, compass icons will show the location of compasses, and dots will show for any other uncollected item.