change word to Discovered
This commit is contained in:
parent
97edc217b4
commit
26d81e64b6
2 changed files with 3 additions and 3 deletions
|
|
@ -1464,7 +1464,7 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
|
||||||
case "weaversDenSecretRoom2":
|
case "weaversDenSecretRoom2":
|
||||||
case "cityCrest":
|
case "cityCrest":
|
||||||
case "soulSanctumShortcut":
|
case "soulSanctumShortcut":
|
||||||
case "colosseumHiddenHotSprings":
|
case "colosseumHiddenHotSpring":
|
||||||
(FindWorldItem(dataObject[i].id, dataObject[i].sceneName)) ? SetIconGreen(section, i): SetIconRed(section, i);
|
(FindWorldItem(dataObject[i].id, dataObject[i].sceneName)) ? SetIconGreen(section, i): SetIconRed(section, i);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5672,8 +5672,8 @@ const HK = {
|
||||||
spoiler: "City of Tears: Watcher Knights Room, break ceiling",
|
spoiler: "City of Tears: Watcher Knights Room, break ceiling",
|
||||||
wiki: "Watcher_Knight#In-game_events"
|
wiki: "Watcher_Knight#In-game_events"
|
||||||
},
|
},
|
||||||
colosseumHiddenHotSprings: {
|
colosseumHiddenHotSpring: {
|
||||||
name: "Colosseum Hidden Hot Spring",
|
name: "Hidden Hot Spring Discovered",
|
||||||
spoiler: "Colosseum of Fools, wall right of Bench",
|
spoiler: "Colosseum of Fools, wall right of Bench",
|
||||||
id: "Breakable Wall_Silhouette",
|
id: "Breakable Wall_Silhouette",
|
||||||
sceneName: "Room_Colosseum_02",
|
sceneName: "Room_Colosseum_02",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue