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
LocationData(SARA_SARA_BAZAAR_AP_REGION, SARA_SARA_BAZAAR_DISPLAY_NAME+" NPC - Ferry Ticket Agent forgot what Ferry Passes are but she found something in her desk", 940+npc_index_offset, lambdastate: logic.has_jobs(state, 11)), #(-166,93,56) Fixed Missable
619
619
LocationData(SARA_SARA_BAZAAR_AP_REGION, SARA_SARA_BAZAAR_DISPLAY_NAME+" NPC - Three tokens makes a Pyramid Key something something triangles", 949+npc_index_offset, lambdastate: state.has(WEST_LOOKOUT_TOKEN, player) andstate.has(CENTRAL_LOOKOUT_TOKEN, player) andstate.has(NORTH_LOOKOUT_TOKEN, player)),
620
-
LocationData(SARA_SARA_BAZAAR_AP_REGION, SARA_SARA_BAZAAR_DISPLAY_NAME+" NPC - The One and Only Room 1 Key", 385+npc_index_offset),
620
+
LocationData(SARA_SARA_BAZAAR_AP_REGION, SARA_SARA_BAZAAR_DISPLAY_NAME+" NPC - The One and Only Room 1 Key", 385+npc_index_offset, lambdastate: logic.can_earn_money(state, SARA_SARA_BAZAAR_AP_REGION)),
621
621
LocationData(SARA_SARA_BAZAAR_AP_REGION, SARA_SARA_BAZAAR_DISPLAY_NAME+" NPC - Circle the eastern desert wall for Worried Moms Lost Son", 1196+npc_index_offset, lambdastate: (state.has(POKO_POKO_DESERT_PASS, player) orlogic.options.regionsanity.value!=options.regionsanity.option_extreme) andlogic.is_area_in_level_range(state, POKO_POKO_ENEMY_LEVEL)), #Ferry Pass, if regionsanity extreme is enabled, you'll need the pass for the desert
622
622
LocationData(SARA_SARA_BAZAAR_AP_REGION, SARA_SARA_BAZAAR_DISPLAY_NAME+" NPC - Pelt this Fish Merchant with Rotten Salmon", 942+npc_index_offset, lambdastate: state.has(SPECIAL_ROTTEN_SALMON, player) andstate.has(SPECIAL_FRESH_SALMON, player)),
623
623
LocationData(SARA_SARA_BAZAAR_AP_REGION, SARA_SARA_BAZAAR_DISPLAY_NAME+" NPC - No Shoudu Stew for you!", 1200+npc_index_offset, lambdastate: state.has(SPECIAL_SHOUDU_STEW, player)),
0 commit comments