From 75f5bc99efb27c718e98a1f438e610d03f10197c Mon Sep 17 00:00:00 2001 From: RedSparr0w Date: Thu, 8 Feb 2024 00:29:30 +0000 Subject: [PATCH] =?UTF-8?q?Deploy=20preview=20for=20PR=205080=20?= =?UTF-8?q?=F0=9F=9B=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/preview/pr-5080/scripts/script.min.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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();