aboutsummaryrefslogtreecommitdiff
path: root/features/dungeonSolvers
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-06-17 21:19:12 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-06-17 21:19:12 +0800
commitdb895fe62e0a7eabc2f9e36e7701c554a4b204a9 (patch)
tree632c8b6130ced7ec24c66a498a2045566ed57869 /features/dungeonSolvers
parent1a23a0071a1c220d0e70c99f9d71904f0635fad0 (diff)
downloadSoopyV2-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.js2
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;
})