From b2980178d183bf7878c93c90af4622c538967ee0 Mon Sep 17 00:00:00 2001 From: Jarno Westhof Date: Sun, 2 Jan 2022 18:25:33 +0100 Subject: [PATCH] [Timespinner] Fixed logic of journal --- worlds/timespinner/Locations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/timespinner/Locations.py b/worlds/timespinner/Locations.py index 955b06d3..e2a877aa 100644 --- a/worlds/timespinner/Locations.py +++ b/worlds/timespinner/Locations.py @@ -240,7 +240,7 @@ def get_locations(world: Optional[MultiWorld], player: Optional[int]) -> Tuple[L LocationData('Royal towers (lower)', 'Journal - Aleana\'s Room (Diplomatic Missive)', 1337194, lambda state: state._timespinner_has_pink(world, player)), LocationData('Royal towers (upper)', 'Journal - Top Struggle Juggle Base (War of the Sisters)', 1337195), LocationData('Royal towers (upper)', 'Journal - Aleana Boss (Stained Letter)', 1337196), - LocationData('Royal towers', 'Journal - Near Bottom Struggle Juggle (Mission Findings)', 1337197), + LocationData('Royal towers', 'Journal - Near Bottom Struggle Juggle (Mission Findings)', 1337197, lambda state: state._timespinner_has_doublejump_of_npc(world, player)), LocationData('Caves of Banishment (Maw)', 'Journal - Lower Left Maw Caves (Naivety)', 1337198) )