Skip to content

Commit dfd1d41

Browse files
committed
Merge 'Remove FTR and Tunic checks from Bolero>Fire' (#2545)
2 parents 0372a14 + a55df40 commit dfd1d41

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
* Improve the error message when a settings string from the wrong randomizer version is imported.
2222
* Fix wrong Goal hints being generated for worlds other than the first in multiworld seeds.
2323

24+
## Other Changes
25+
* It is no longer required to have either the goron tunic or the Fewer Tunic Requirements trick for adult to go from the Bolero warp pad to the Fire temple in logic.
26+
2427
# 9.0
2528

2629
## New Settings and Options

SettingsListTricks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@
3434
"Child", "Adult",),
3535
'tooltip' : '''\
3636
Allows the following possible without Tunics:
37-
- Enter Fire Temple as adult.
3837
- Zora's Fountain bottom Freestandings. You
3938
might not have enough time to resurface, and
4039
you may need to make multiple trips.
40+
- Enter Fire Temple from Goron City, the grotto,
41+
or the great fairy fountain.
4142
- Traverse the first floor of the Fire Temple,
4243
except the elevator room and Volvagia.
4344
- Go underwater in the Water Temple. (The area

data/Glitched World/Overworld.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2773,9 +2773,7 @@
27732773
is_adult and (Hover_Boots or Hookshot or here(can_plant_bean) or plant_beans or (can_hover and can_use(Goron_Tunic)))",
27742774
"DMC Upper Nearby": "is_adult and (here(can_plant_bean) or plant_beans)",
27752775
# Check boulder color
2776-
"DMC Fire Temple Entrance": "
2777-
(is_child and shuffle_dungeon_entrances) or
2778-
(is_adult and (logic_fewer_tunic_requirements or Goron_Tunic))",
2776+
"DMC Fire Temple Entrance": "is_adult or shuffle_dungeon_entrances",
27792777
"DMC Pierre Platform": "can_use(Distant_Scarecrow)"
27802778
}
27812779
},

data/World/Overworld.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2453,9 +2453,7 @@
24532453
"DMC Lower Nearby": "
24542454
is_adult and (Hover_Boots or Hookshot or here(can_plant_bean) or plant_beans)",
24552455
"DMC Upper Nearby": "is_adult and (here(can_plant_bean) or plant_beans)",
2456-
"DMC Fire Temple Entrance": "
2457-
(is_child and shuffle_dungeon_entrances) or
2458-
(is_adult and (logic_fewer_tunic_requirements or Goron_Tunic))",
2456+
"DMC Fire Temple Entrance": "is_adult or shuffle_dungeon_entrances",
24592457
"DMC Pierre Platform": "can_use(Distant_Scarecrow)"
24602458
}
24612459
},

version.py

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

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

0 commit comments

Comments
 (0)