Skip to content

Commit 0930047

Browse files
committed
Merge 'advanced logic forest temple fixes' (#2540)
2 parents 300f13c + 140d5e4 commit 0930047

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
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
* Added some missing or incorrectly named locations in advanced logic.
24+
* Various minor fixes for advanced logic.
2425

2526
## Other Changes
2627
* 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.

data/Glitched World/Forest Temple MQ.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
"Forest Temple Basement": "
3939
(Forest_Temple_Jo_and_Beth and Forest_Temple_Amy_and_Meg) or forest_temple_shortcuts
4040
or (glitch_forest_temple_basement and can_use(Hover_Boots) and Bombs and can_mega and can_live_dmg(1.0,True,False))",
41-
"Forest Temple Green Poe Room": "can_hover or (can_use(Hover_Boots) and has_explosives and
42-
can_live_dmg(0.5))"
41+
"Forest Temple Green Poe Room": "can_hover or can_hovers_recoil"
4342
}
4443
},
4544
{
@@ -106,7 +105,7 @@
106105
can_use(Iron_Boots) or can_use(Longshot) or (Progressive_Scale, 2) or
107106
(logic_forest_well_swim and can_use(Hookshot))",
108107
"Forest Temple Outdoors High Balconies": "can_use(Fire_Arrows) or (can_gdv and can_isg)",
109-
"Forest Temple Outside Upper Ledge": "can_hover or can_megajump",
108+
"Forest Temple Outside Upper Ledge": "can_hover or (can_megajump and glitch_clipping)",
110109
"Forest Temple NW Outdoors Freestandings": "logic_forest_courtyard_hearts and can_use(Boomerang)"
111110
}
112111
},

data/Glitched World/Forest Temple.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
"Forest Temple Basement": "
3939
(Forest_Temple_Jo_and_Beth and Forest_Temple_Amy_and_Meg) or forest_temple_shortcuts
4040
or (glitch_forest_temple_basement and can_use(Hover_Boots) and Bombs and can_mega and can_live_dmg(1.0,True,False))",
41-
"Forest Temple Falling Room": "can_hover or (can_use(Hover_Boots) and has_explosives and
42-
can_live_dmg(0.5,False,True))"
41+
"Forest Temple Falling Room": "can_hover or can_hovers_recoil"
4342
}
4443
},
4544
{
@@ -63,7 +62,7 @@
6362
"Forest Temple Outdoors High Balconies": "can_kill_blue_bubble",
6463
"Forest Temple NW Outdoors Freestandings": "logic_forest_courtyard_hearts and can_use(Boomerang)",
6564
# Low grav ?
66-
"Forest Temple Outside Upper Ledge": "can_hover or can_megajump"
65+
"Forest Temple Outside Upper Ledge": "can_hover or (can_megajump and glitch_clipping)"
6766
}
6867
},
6968
{

version.py

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

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

0 commit comments

Comments
 (0)