Landstalker: Fix issues on generation (#4345)
This commit is contained in:
@@ -57,7 +57,9 @@ WORLD_REGIONS_JSON = [
|
||||
"name": "Route between Gumi and Ryuma",
|
||||
"canBeHintedAsRequired": False,
|
||||
"nodeIds": [
|
||||
"route_gumi_ryuma"
|
||||
"route_gumi_ryuma",
|
||||
"tibor_tree",
|
||||
"mercator_gate_tree"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -157,7 +159,8 @@ WORLD_REGIONS_JSON = [
|
||||
"hintName": "in Greenmaze",
|
||||
"nodeIds": [
|
||||
"greenmaze_pre_whistle",
|
||||
"greenmaze_post_whistle"
|
||||
"greenmaze_post_whistle",
|
||||
"greenmaze_post_whistle_tree"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -165,7 +168,8 @@ WORLD_REGIONS_JSON = [
|
||||
"canBeHintedAsRequired": False,
|
||||
"nodeIds": [
|
||||
"verla_shore",
|
||||
"verla_shore_cliff"
|
||||
"verla_shore_cliff",
|
||||
"verla_shore_tree"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -244,7 +248,8 @@ WORLD_REGIONS_JSON = [
|
||||
"name": "Mountainous Area",
|
||||
"hintName": "in the mountainous area",
|
||||
"nodeIds": [
|
||||
"mountainous_area"
|
||||
"mountainous_area",
|
||||
"mountainous_area_tree"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user