diff --git a/data/presets_default.json b/data/presets_default.json index d458b2542..fac0a1ef8 100644 --- a/data/presets_default.json +++ b/data/presets_default.json @@ -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, @@ -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, @@ -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, @@ -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, @@ -723,7 +727,6 @@ "bosskeys", "keys", "tokens", - "hearts", "bombchus" ], "soa_unlocks_chest_texture": false, diff --git a/version.py b/version.py index 7bbef60f4..d0d20a6e3 100644 --- a/version.py +++ b/version.py @@ -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.