aboutsummaryrefslogtreecommitdiff
path: root/features/dungeonSolvers/index.js
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-11-17 18:05:02 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-11-17 18:05:02 +0800
commit5df6618fd38eee6b1bb9d16c2cc21eec6e7ad459 (patch)
tree84e8a2787fe88a9ae971c7b0bdb7f6e79d321283 /features/dungeonSolvers/index.js
parent5e68ecb56a9ec04c55809c1471bd836b99a062ef (diff)
downloadSoopyV2-5df6618fd38eee6b1bb9d16c2cc21eec6e7ad459.tar.gz
SoopyV2-5df6618fd38eee6b1bb9d16c2cc21eec6e7ad459.tar.bz2
SoopyV2-5df6618fd38eee6b1bb9d16c2cc21eec6e7ad459.zip
Refactoring
Diffstat (limited to 'features/dungeonSolvers/index.js')
-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 954c4b8..0d9a825 100644
--- a/features/dungeonSolvers/index.js
+++ b/features/dungeonSolvers/index.js
@@ -84,7 +84,7 @@ class DungeonSolvers extends Feature {
}
step(){ //2fps
- if(this.lividFindEnabled.getValue() && (this.FeatureManager.features["dataLoader"].class.dungeonFloor === "F5")){ //TODO: fix on M5
+ if(this.lividFindEnabled.getValue() && (this.FeatureManager.features["dataLoader"].class.dungeonFloor === "F5")){ //TODO: fix on M5 (detect correct livid based on roof color)
World.getAllEntities().forEach(entity => {
let entityName = entity.getName()
if (/(?:Vendetta|Crossed|Hockey|Doctor|Frog|Smile|Scream|Purple|Arcade) Livid/g.test(entityName)) {