Skip to content

Commit 07aa304

Browse files
authored
Thornvine fairy fix
Added climbing to the logic
1 parent 20761a8 commit 07aa304

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)