You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifhint_area.color=='Green'andhint_area!=HintArea.FOREST_TEMPLEandself.name!='Queen Gohma Boss Room':
110
+
# Don't place items that can be used to escape the forest in Forest areas of worlds with Require Gohma
111
+
ifitem.nameinclosed_forest_restricted_items:
112
+
returnFalse
113
+
else:
114
+
# Place at least one slingshot for each player in the Forest area, to avoid requiring one player to leave the forest to get another player's slingshot.
115
+
# This is still not a 100% guarantee because the slingshot could be behind an item that's not in the forest, such as in a bombable grotto entrance in the Lost Woods.
0 commit comments