Skip to content

Commit 9839343

Browse files
authored
Merge pull request #2202 from DrSnap23/dev
Thornvine fairy fix
2 parents 20761a8 + 07aa304 commit 9839343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

randomizer/Lists/FairyLocations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ def __init__(
570570
region=Regions.ThornvineBarn,
571571
is_vanilla=True,
572572
spawn_xyz=[497, 162, 502],
573-
logic=lambda l: l.isdonkey and l.Slam and l.camera,
573+
logic=lambda l: l.isdonkey and l.Slam and l.camera and l.climbing,
574574
natural_index=1,
575575
),
576576
FairyData(

0 commit comments

Comments
 (0)