diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-11 17:46:22 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-11 17:46:22 +0800 |
commit | 1a23a0071a1c220d0e70c99f9d71904f0635fad0 (patch) | |
tree | 8197710e3d9e75c2f271696ae96b6488ef120404 /features/slayers/index.js | |
parent | 4cfe8fd69d2d72df01dcc6804ab6b801e3890e73 (diff) | |
download | SoopyV2-1a23a0071a1c220d0e70c99f9d71904f0635fad0.tar.gz SoopyV2-1a23a0071a1c220d0e70c99f9d71904f0635fad0.tar.bz2 SoopyV2-1a23a0071a1c220d0e70c99f9d71904f0635fad0.zip |
+ small bugfixes
Diffstat (limited to 'features/slayers/index.js')
-rw-r--r-- | features/slayers/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/slayers/index.js b/features/slayers/index.js index ee29c92..8961c41 100644 --- a/features/slayers/index.js +++ b/features/slayers/index.js @@ -39,7 +39,7 @@ class Slayers extends Feature { .setLocationSetting(new LocationSetting("Slayer Xp Location", "Allows you to edit the location of you current slayer xp", "slayer_xp_location", this, [10, 50, 1, 1]).requires(this.slayerXpGuiElement).editTempText("&6Enderman&7> &d&l2,147,483,647 XP").contributor("EmeraldMerchant")); this.hudElements.push(this.slayerXpElement); - this.betterHideDeadEntity = new ToggleSetting("Also hides mob nametag when it's dead.", "An improvement for Patcher's hide dead entity", false, "hide_dead_mob_nametag", this); + this.betterHideDeadEntity = new ToggleSetting("Also hides mob nametag when it's dead.", "An improvement for Skytils's hide dead entity", false, "hide_dead_mob_nametag", this); this.rcmDaeAxeSupport = new ToggleSetting("Eman Hyp hits before Dae axe swapping", "This will tell u how many clicks with hyp is needed before swapping to dae axe", true, "eman_rcm_support", this).requires(this.emanHpGuiElement).contributor("EmeraldMerchant"); this.rcmDamagePerHit = new TextSetting("Hyperion damage", "Your hyp's single hit damage w/o thunderlord/thunderbolt", "", "hyp_dmg", this, "Your hyp dmg (Unit: M)", false).requires(this.rcmDaeAxeSupport).contributor("EmeraldMerchant"); |