aboutsummaryrefslogtreecommitdiff
path: root/features/dungeonSolvers
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-06-05 22:56:59 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-06-05 22:56:59 +0800
commit80df8e23c4c4fea6e6c4f438151842070707116a (patch)
tree258db4ca4c9cf626a17ae81c817355f5bba9e7be /features/dungeonSolvers
parent9e37dc333023e88371b4109b91e264d69798f758 (diff)
downloadSoopyV2-80df8e23c4c4fea6e6c4f438151842070707116a.tar.gz
SoopyV2-80df8e23c4c4fea6e6c4f438151842070707116a.tar.bz2
SoopyV2-80df8e23c4c4fea6e6c4f438151842070707116a.zip
+ Start of dungeonroutes feature (SUPER UNFINISHED)
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 02e59cb..898dbda 100644
--- a/features/dungeonSolvers/index.js
+++ b/features/dungeonSolvers/index.js
@@ -203,7 +203,7 @@ class DungeonSolvers extends Feature {
}
}
}
- }).registeredWhen(() => this.isInDungeon())
+ })
let mimicDeadMessages = ["$SKYTILS-DUNGEON-SCORE-MIMIC$", "Mimic Killed!", "Mimic Dead!", "Mimic dead!"]
this.registerChat("&r&9Party &8> ${msg}", (msg) => {
mimicDeadMessages.forEach(dmsg => {