From db895fe62e0a7eabc2f9e36e7701c554a4b204a9 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Fri, 17 Jun 2022 21:19:12 +0800 Subject: + toggle for icons on dungeon map + diana inquis waypoints now send a alert when one is added --- features/dungeonSolvers/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/dungeonSolvers') diff --git a/features/dungeonSolvers/index.js b/features/dungeonSolvers/index.js index 787f5fa..e602de7 100644 --- a/features/dungeonSolvers/index.js +++ b/features/dungeonSolvers/index.js @@ -186,7 +186,7 @@ class DungeonSolvers extends Feature { this.goneInBonus = true; }); this.registerChat("[BOSS] The Watcher: You have proven yourself. You may pass.", () => { - delay(5000,()=>{ + delay(5000, () => { this.bloodOpenedBonus = false; this.goneInBonus = true; }) -- cgit