Path of Pain
This commit is contained in:
parent
cdb61693c8
commit
63fcf21e17
3 changed files with 3 additions and 2 deletions
|
|
@ -414,6 +414,7 @@ const HK_STATISTICS = {
|
|||
killedMenderBug: ["Menderbug", "Forgotten Crossroads + destroy sign"],
|
||||
whiteDefenderDefeats: ["White Defender times defeated", "Royal Waterways (5 max)", 5],
|
||||
greyPrinceDefeats: ["Grey Prince Zote times defeated", "Dirtmouth (10 max)", 10],
|
||||
whitePalaceSecretRoomVisited: ["Path of Pain", "White Palace"]
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@
|
|||
</html>
|
||||
|
||||
<!-- Instantly load test file (Debugging script) -->
|
||||
<script src="loadJson.js"></script>
|
||||
<!-- <script src="loadJson.js"></script> -->
|
||||
|
||||
<!-- Main script -->
|
||||
<script src="HKCheckCompletion.js"></script>
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ function loadJSON(filename, callback) {
|
|||
xobj.send(null);
|
||||
}
|
||||
|
||||
loadJSON("save/" + fileName[5],
|
||||
loadJSON("save/" + fileName[10],
|
||||
function JSONparse(response) {
|
||||
// Parse JSON string into object
|
||||
jsonObj = JSON.parse(response);
|
||||
|
|
|
|||
Loading…
Reference in a new issue