diff --git a/docs/preview/pr-5080/scripts/script.min.js b/docs/preview/pr-5080/scripts/script.min.js index 6a937cb2cb..6b815608f3 100644 --- a/docs/preview/pr-5080/scripts/script.min.js +++ b/docs/preview/pr-5080/scripts/script.min.js @@ -20349,6 +20349,8 @@ class DungeonGuide { }); // Stop running the dungeon if we still are clearInterval(this.intervalRunner); + // Hide modals + $('.modal.show').modal('hide'); // Reset our clears DungeonGuides.clears(1); DungeonGuides.hired(null); @@ -20463,7 +20465,7 @@ DungeonGuides.add(new DungeonGuide('Shelly', 'Prefers to explore the unknown!', const randomTile = DungeonGuides.getRandomWeightedNearbyTile(nearbyTiles); DungeonRunner.map.moveToTile(randomTile.position); })); -DungeonGuides.add(new DungeonGuide('Angeline', 'Can find treasure anywhere, loves to explore new areas!', [[15, Currency.money], [10, Currency.dungeonToken]], [new Amount(1, Currency.diamond)], 1000, () => { +DungeonGuides.add(new DungeonGuide('Angeline', 'Can find treasure anywhere, loves to explore new areas!', [[15, Currency.money], [10, Currency.dungeonToken]], [new Amount(2, Currency.diamond)], 1000, () => { // Get current position const pos = DungeonRunner.map.playerPosition(); const nearbyTiles = DungeonRunner.map.nearbyTiles(pos); @@ -20495,7 +20497,7 @@ DungeonGuides.add(new DungeonGuide('Angeline', 'Can find treasure anywhere, love const randomTile = DungeonGuides.getRandomWeightedNearbyTile(nearbyTiles); DungeonRunner.map.moveToTile(randomTile.position); })); -DungeonGuides.add(new DungeonGuide('Georgia', 'Knows the path to the boss, avoids random encounters when possible.', [[20, Currency.money], [20, Currency.dungeonToken]], [new Amount(1, Currency.diamond)], 900, () => { +DungeonGuides.add(new DungeonGuide('Georgia', 'Knows the path to the boss, avoids random encounters when possible.', [[20, Currency.money], [20, Currency.dungeonToken]], [new Amount(5, Currency.diamond)], 900, () => { var _a, _b; // Get current position const pos = DungeonRunner.map.playerPosition(); @@ -20517,7 +20519,7 @@ DungeonGuides.add(new DungeonGuide('Georgia', 'Knows the path to the boss, avoid const randomTile = DungeonGuides.getRandomWeightedNearbyTile(nearbyTiles); DungeonRunner.map.moveToTile(randomTile.position); })); -DungeonGuides.add(new DungeonGuide('Drake', 'Knows the shortest path to the boss!', [[25, Currency.money], [25, Currency.dungeonToken]], [new Amount(2, Currency.diamond)], 800, () => { +DungeonGuides.add(new DungeonGuide('Drake', 'Knows the shortest path to the boss!', [[25, Currency.money], [25, Currency.dungeonToken]], [new Amount(10, Currency.diamond)], 800, () => { var _a, _b; // Get current position const pos = DungeonRunner.map.playerPosition();