Skip to content

Commit d385ff8

Browse files
committed
Merge branch 'Dev' into dev-fenhl
2 parents ed511fc + c8e3113 commit d385ff8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

data/presets_default.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4576,14 +4576,14 @@
45764576
"custom_ice_trap_count": 100,
45774577
"ice_trap_appearance": "junk_only"
45784578
},
4579-
"Multiworld Tournament Season 5": {
4579+
"Multiworld Tournament Season 6": {
45804580
"aliases": [
45814581
"mw",
4582-
"mw_s5"
4582+
"mw_s6"
45834583
],
45844584
"language": "english",
45854585
"show_seed_info": true,
4586-
"user_message": "Multiworld Tournament Season 5",
4586+
"user_message": "Multiworld Tournament Season 6",
45874587
"world_count": 3,
45884588
"create_spoiler": true,
45894589
"password_lock": false,
@@ -4694,7 +4694,7 @@
46944694
"keyring_give_bk": false,
46954695
"shuffle_bosskeys": "dungeon",
46964696
"shuffle_silver_rupees": "vanilla",
4697-
"silver_rupee_pouches_choice": "off",
4697+
"silver_rupee_pouches_choice": "all",
46984698
"silver_rupee_pouches": [],
46994699
"enhance_map_compass": [
47004700
"map_mq",

version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.
4-
supplementary_version = 2
4+
supplementary_version = 1
55

66
# Pick a unique identifier byte for your fork if you are intending to have a long-lasting branch.
77
# This will be 0x00 for main releases and 0x01 for main dev.

0 commit comments

Comments
 (0)