A Short Hike: Fix Boat Rental purchase being incorrectly calculated (#3639)
This commit is contained in:
parent
d7d4565429
commit
12f1ef873c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue