Path of Pain

This commit is contained in:
ReznoRMichael 2020-09-30 18:01:33 +02:00
parent cdb61693c8
commit 63fcf21e17
3 changed files with 3 additions and 2 deletions

View file

@ -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"]
};
/**

View file

@ -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>

View file

@ -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);