diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-17 21:19:12 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-17 21:19:12 +0800 |
commit | db895fe62e0a7eabc2f9e36e7701c554a4b204a9 (patch) | |
tree | 632c8b6130ced7ec24c66a498a2045566ed57869 /features/dungeonSolvers | |
parent | 1a23a0071a1c220d0e70c99f9d71904f0635fad0 (diff) | |
download | SoopyV2-db895fe62e0a7eabc2f9e36e7701c554a4b204a9.tar.gz SoopyV2-db895fe62e0a7eabc2f9e36e7701c554a4b204a9.tar.bz2 SoopyV2-db895fe62e0a7eabc2f9e36e7701c554a4b204a9.zip |
+ toggle for icons on dungeon map
+ diana inquis waypoints now send a alert when one is added
Diffstat (limited to 'features/dungeonSolvers')
-rw-r--r-- | features/dungeonSolvers/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; }) |