Skip to content

Commit

Permalink
Merge pull request Roman971#53 from Elagatua/feature/fix-presets
Browse files Browse the repository at this point in the history
Fix presets from dev merge
  • Loading branch information
Elagatua authored Nov 13, 2024
2 parents a86c955 + c16f9bf commit c3f866a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion data/presets_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@
"start_with_rupees": false,
"start_with_consumables": true,
"starting_hearts": 3,
"skip_reward_from_rauru": true,
"plant_beans": false,
"chicken_count_random": false,
"chicken_count": 3,
Expand Down Expand Up @@ -362,6 +363,7 @@
"start_with_rupees": false,
"start_with_consumables": true,
"starting_hearts": 3,
"skip_reward_from_rauru": true,
"plant_beans": false,
"chicken_count_random": false,
"chicken_count": 3,
Expand Down Expand Up @@ -500,6 +502,7 @@
"start_with_rupees": false,
"start_with_consumables": true,
"starting_hearts": 3,
"skip_reward_from_rauru": true,
"plant_beans": false,
"chicken_count_random": false,
"chicken_count": 3,
Expand Down Expand Up @@ -641,6 +644,7 @@
"start_with_rupees": false,
"start_with_consumables": true,
"starting_hearts": 3,
"skip_reward_from_rauru": true,
"plant_beans": false,
"chicken_count_random": false,
"chicken_count": 3,
Expand Down Expand Up @@ -723,7 +727,6 @@
"bosskeys",
"keys",
"tokens",
"hearts",
"bombchus"
],
"soa_unlocks_chest_texture": false,
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__version__ = '8.2.22'

# This is a supplemental version number for branches based off of main dev.
supplementary_version = 60
supplementary_version = 61

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

0 comments on commit c3f866a

Please sign in to comment.