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 "cityCrest":
|
||||
case "soulSanctumShortcut":
|
||||
case "colosseumHiddenHotSprings":
|
||||
case "colosseumHiddenHotSpring":
|
||||
(FindWorldItem(dataObject[i].id, dataObject[i].sceneName)) ? SetIconGreen(section, i): SetIconRed(section, i);
|
||||
break;
|
||||
|
||||
|
|
|
|||
|
|
@ -5672,8 +5672,8 @@ const HK = {
|
|||
spoiler: "City of Tears: Watcher Knights Room, break ceiling",
|
||||
wiki: "Watcher_Knight#In-game_events"
|
||||
},
|
||||
colosseumHiddenHotSprings: {
|
||||
name: "Colosseum Hidden Hot Spring",
|
||||
colosseumHiddenHotSpring: {
|
||||
name: "Hidden Hot Spring Discovered",
|
||||
spoiler: "Colosseum of Fools, wall right of Bench",
|
||||
id: "Breakable Wall_Silhouette",
|
||||
sceneName: "Room_Colosseum_02",
|
||||
|
|
|
|||
Loading…
Reference in a new issue