aboutsummaryrefslogtreecommitdiff
path: root/features/slayers/index.js
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-06-21 21:08:34 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-06-21 21:08:34 +0800
commitc184757736e0f293ad70c923f57de368646e721a (patch)
tree35654f7dfc68b6034f80842afec5ad6c0e1a6894 /features/slayers/index.js
parent8ecf86a342706f5b435ff7785fd9c433baaefdad (diff)
downloadSoopyV2-c184757736e0f293ad70c923f57de368646e721a.tar.gz
SoopyV2-c184757736e0f293ad70c923f57de368646e721a.tar.bz2
SoopyV2-c184757736e0f293ad70c923f57de368646e721a.zip
asd
Diffstat (limited to 'features/slayers/index.js')
-rw-r--r--features/slayers/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/slayers/index.js b/features/slayers/index.js
index d64a8d2..f6bb1f2 100644
--- a/features/slayers/index.js
+++ b/features/slayers/index.js
@@ -32,7 +32,7 @@ class Slayers extends Feature {
this.emanHpElement = new HudTextElement().setToggleSetting(this.emanHpGuiElement).setLocationSetting(new LocationSetting("Eman Hp Location", "Allows you to edit the location of the enderman hp", "eman_location", this, [10, 50, 1, 1]).requires(this.emanHpGuiElement).editTempText("&6Enderman&7> &f&l30 Hits"));
this.hudElements.push(this.emanHpElement);
- this.hideSummonsForLoot = new ToggleSetting("Hides summons for 3s to see t4 drops", "This will make loots more visible.", false, "show_loot", this).contributor("EmeraldMerchant");
+ this.hideSummonsForLoot = new ToggleSetting("Hides summons for 3s to see t4 voidgloom drops", "This will make loots more visible.", false, "show_loot", this).contributor("EmeraldMerchant");
this.allEmanBosses = new ToggleSetting("Hides summons for all eman bosses", "Hides summon for not just your boss, might fix ^ sometimes not working", false, "show_loot_all_bosses", this).requires(this.hideSummonsForLoot).contributor("EmeraldMerchant");
this.slayerXpGuiElement = new ToggleSetting("Render the xp of your current slayer on your screen", "This will help you to know how much xp u have now w/o looking in chat", true, "slayer_xp_hud", this).contributor("EmeraldMerchant");