A Short Hike: Fix Boat Rental purchase being incorrectly calculated (#3639)

This commit is contained in:
chandler05
2024-07-21 18:47:46 -05:00
committed by GitHub
parent d7d4565429
commit 12f1ef873c

View File

@@ -328,7 +328,7 @@ location_table: List[LocationInfo] = [
{"name": "Boat Rental",
"id": base_id + 55,
"inGameId": "DadDeer[0]",
"needsShovel": False, "purchase": True,
"needsShovel": False, "purchase": 100,
"minGoldenFeathers": 0, "minGoldenFeathersEasy": 0, "minGoldenFeathersBucket": 0},
{"name": "Boat Challenge Reward",
"id": base_id + 56,