Skip to content

Commit c8e3113

Browse files
committed
Merge 'Update multiworld tournament preset for season 6' (OoTRandomizer#2542)
2 parents da00d67 + 7f5681d commit c8e3113

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

data/presets_default.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,13 +1112,13 @@
11121112
"custom_ice_trap_count": 100,
11131113
"ice_trap_appearance": "junk_only"
11141114
},
1115-
"Multiworld Tournament Season 5": {
1115+
"Multiworld Tournament Season 6": {
11161116
"aliases": [
11171117
"mw",
1118-
"mw_s5"
1118+
"mw_s6"
11191119
],
11201120
"show_seed_info": true,
1121-
"user_message": "Multiworld Tournament Season 5",
1121+
"user_message": "Multiworld Tournament Season 6",
11221122
"world_count": 3,
11231123
"create_spoiler": true,
11241124
"password_lock": false,
@@ -1216,7 +1216,7 @@
12161216
"keyring_give_bk": false,
12171217
"shuffle_bosskeys": "dungeon",
12181218
"shuffle_silver_rupees": "vanilla",
1219-
"silver_rupee_pouches_choice": "off",
1219+
"silver_rupee_pouches_choice": "all",
12201220
"silver_rupee_pouches": [],
12211221
"enhance_map_compass": [
12221222
"map_mq",

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '9.0.24'
1+
__version__ = '9.0.25'
22

33
# This is a supplemental version number for branches based off of main dev.
44
supplementary_version = 0

0 commit comments

Comments
 (0)