Settings updates
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user