aboutsummaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-09-07 19:54:25 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-09-07 19:54:25 +0800
commit7f7c87143f2a5a6efbde43c870184296e327861c (patch)
tree62963478c297bf030950a7385b112fa94f2ef97c /features
parent491a0b26726a92f08036d16063708447caf8b845 (diff)
downloadSoopyV2-7f7c87143f2a5a6efbde43c870184296e327861c.tar.gz
SoopyV2-7f7c87143f2a5a6efbde43c870184296e327861c.tar.bz2
SoopyV2-7f7c87143f2a5a6efbde43c870184296e327861c.zip
fix default values
Diffstat (limited to 'features')
-rw-r--r--features/slayers/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/slayers/index.js b/features/slayers/index.js
index da05a68..f7d5c9f 100644
--- a/features/slayers/index.js
+++ b/features/slayers/index.js
@@ -50,7 +50,7 @@ class Slayers extends Feature {
"4": "4"
}
this.bossSpawnKillTime = new ToggleSetting("Show boss spawn and kill time", "tells you your slayer boss speed", true, "Slayer_spawn_kill_time", this).contributor("EmeraldMerchant");
- this.bossSpawnKillTimeDetalied = new DropdownSetting("Boss spawn & kill time using Decimal Point", "0 = 5s, 1 = 5.1s, 2 = 5.15s etc.", "full number", "slayer_spawn_kill_time_decimal_point", this, this.spawnKillSetting).requires(this.bossSpawnKillTime).contributor("EmeraldMerchant");
+ this.bossSpawnKillTimeDetalied = new DropdownSetting("Boss spawn & kill time using Decimal Point", "0 = 5s, 1 = 5.1s, 2 = 5.15s etc.", "1", "slayer_spawn_kill_time_decimal_point", this, this.spawnKillSetting).requires(this.bossSpawnKillTime).contributor("EmeraldMerchant");
this.killSetting = {
"0": "0",
"1": "1",
@@ -59,7 +59,7 @@ class Slayers extends Feature {
"4": "4"
}
this.bossKillTime = new ToggleSetting("Shows you bosses kill time", "tells you your slayer boss kill time", true, "slayer_kill_time", this).requires(this.bossSpawnKillTime).contributor("EmeraldMerchant");
- this.bossKillTimeDetalied = new DropdownSetting("Boss kill time using Decimal Point", "0 = 5s, 1 = 5.1s, 2 = 5.15s etc.", "full number", "slayer_kill_time_decimal_point", this, this.killSetting).requires(this.bossKillTime).contributor("EmeraldMerchant");
+ this.bossKillTimeDetalied = new DropdownSetting("Boss kill time using Decimal Point", "0 = 5s, 1 = 5.1s, 2 = 5.15s etc.", "1", "slayer_kill_time_decimal_point", this, this.killSetting).requires(this.bossKillTime).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");
this.slayerXpElement = new HudTextElement()
.setText("&6Slayer&7> &fLoading...")