changed Opened to Unlocked
This commit is contained in:
parent
23f830fd59
commit
d2c4dbe77d
4 changed files with 7 additions and 7 deletions
|
|
@ -102,8 +102,8 @@ If you like the tool and wish it developed further with more functions and easie
|
|||
— **Game Completion Essentials** additions:
|
||||
✅ Paid to See Something Nice.
|
||||
✅ Shopkeeper's Key Returned to Sly.
|
||||
✅ Elegant Door Opened.
|
||||
✅ Tower of Love Door Opened.
|
||||
✅ Elegant Door Unlocked.
|
||||
✅ Tower of Love Door Unlocked.
|
||||
✅ Lifeblood Door Opened.
|
||||
✅ The Abyss Gate Opened.
|
||||
✅ Godseeker Cocoon Unlocked.
|
||||
|
|
|
|||
|
|
@ -4743,12 +4743,12 @@ var HK = {
|
|||
wiki: "Royal_Waterways#Sub-area:_Isma.27s_Grove"
|
||||
},
|
||||
openedMageDoor_v2: {
|
||||
name: "Elegant Door Opened",
|
||||
name: "Elegant Door Unlocked",
|
||||
spoiler: "City of Tears: Soul Sanctum, requires Elegant Key",
|
||||
wiki: "Elegant_Key#Use"
|
||||
},
|
||||
openedLoveDoor: {
|
||||
name: "Tower of Love Door Opened",
|
||||
name: "Tower of Love Door Unlocked",
|
||||
spoiler: "City of Tears, requires Love Key",
|
||||
wiki: "City_of_Tears#Sub-area:_Tower_of_Love"
|
||||
},
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1290,12 +1290,12 @@ const HK = {
|
|||
wiki: "Royal_Waterways#Sub-area:_Isma.27s_Grove"
|
||||
},
|
||||
openedMageDoor_v2: {
|
||||
name: "Elegant Door Opened",
|
||||
name: "Elegant Door Unlocked",
|
||||
spoiler: "City of Tears: Soul Sanctum, requires Elegant Key",
|
||||
wiki: "Elegant_Key#Use"
|
||||
},
|
||||
openedLoveDoor: {
|
||||
name: "Tower of Love Door Opened",
|
||||
name: "Tower of Love Door Unlocked",
|
||||
spoiler: "City of Tears, requires Love Key",
|
||||
wiki: "City_of_Tears#Sub-area:_Tower_of_Love"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue