aboutsummaryrefslogtreecommitdiff
path: root/features/nether/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'features/nether/index.js')
-rw-r--r--features/nether/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/features/nether/index.js b/features/nether/index.js
index ee75c35..0ae4c70 100644
--- a/features/nether/index.js
+++ b/features/nether/index.js
@@ -44,7 +44,8 @@ class Nether extends Feature {
this.masteryTimer = new ToggleSetting("Mastery Timer", "Countdown untill a block will turn red", true, "nether_mastery_timer", this)
this.speedNextBlock = new ToggleSetting("Show next block to stand on for dojo swiftness", "", true, "dojo_swiftness", this)
this.tenacityLine = new ToggleSetting("Show line for fireball in dojo tenacity", "This may help you to dodge the fireballs", false, "dojo_tanacity", this)
-
+ //TODO: Vanquisher waypoints (&r&aA &r&cVanquisher &r&ais spawning nearby!&r)
+ //TODO: add toggle setting for hostage waypoint
this.registerCustom("packetReceived", this.packetReceived).registeredWhen(() => this.isInDojo())
this.registerStep(true, 1, this.step1S).registeredWhen(() => this.isInDojo())
this.registerEvent("renderWorld", this.renderWorld).registeredWhen(() => this.isInNether())