Settings updates

This commit is contained in:
2026-04-17 06:21:28 -05:00
parent cb18f5dc29
commit 0caa13d286
2 changed files with 4 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ export default defineComponent({
extraPool() {
return (this.settings.shop_shuffle && this.settings.shop_shuffle != "vanilla")
|| (this.settings.drop_shuffle && this.settings.drop_shuffle != "vanilla")
|| (this.settings.pottery && this.settings.pottery != "vanilla");
|| (this.settings.pot_shuffle && this.settings.pot_shuffle != "vanilla");
},
multilink() {
if (this.multi) {
@@ -126,8 +126,8 @@ export default defineComponent({
<div v-if="settings.drop_shuffle && settings.drop_shuffle != 'vanilla'">
{{ settingsDisplay.drop_shuffle[settings.drop_shuffle] }}
</div>
<div v-if="settings.pottery && settings.pottery != 'vanilla'">
{{ settingsDisplay.pottery[settings.pottery] }}
<div v-if="settings.pot_shuffle && settings.pot_shuffle != 'vanilla'">
{{ settingsDisplay.pot_shuffle[settings.pot_shuffle] }}
</div>
</div>
</template>

View File

@@ -120,6 +120,7 @@ pikit:
door_type_mode: all
trap_door_mode: all
boss_shuffle: all
enemy_shuffle: all
damage_table_shuffle: all
small_keys: all
big_keys: all