aboutsummaryrefslogtreecommitdiff
path: root/features/dungeonMap
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-07-14 18:17:53 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-07-14 18:17:53 +0800
commit9ffe3b2c22e30974087d4812bc757155f09d6e57 (patch)
tree3af726747089775e4f6da2b2f0b1d9f8b612d8aa /features/dungeonMap
parent598dadc9efadf69401f08d27e5b0ff1b36a0f2bc (diff)
downloadSoopyV2-9ffe3b2c22e30974087d4812bc757155f09d6e57.tar.gz
SoopyV2-9ffe3b2c22e30974087d4812bc757155f09d6e57.tar.bz2
SoopyV2-9ffe3b2c22e30974087d4812bc757155f09d6e57.zip
+ Update website url
Diffstat (limited to 'features/dungeonMap')
-rw-r--r--features/dungeonMap/index.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/dungeonMap/index.js b/features/dungeonMap/index.js
index 68adf7e..1da7c3f 100644
--- a/features/dungeonMap/index.js
+++ b/features/dungeonMap/index.js
@@ -869,13 +869,13 @@ class DungeonMap extends Feature {
isGreen = true
}
}
- console.log(ent[1], isGreen)
+ // console.log(ent[1], isGreen)
if (isGreen) {
let total = ent[1].split(" ")[1]
ent[1] = "&a" + total + " " + total
- console.log(ent[1])
+ // console.log(ent[1])
}
- console.log(ent[1], isGreen)
+ // console.log(ent[1], isGreen)
}
}
// if (!this.renderImage) return