aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2022-09-30 01:12:30 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2022-09-30 01:12:30 +0200
commit01a13f110cc8f3ceaf8df055457aaeadb34fda88 (patch)
treeff20749471ac25cd4237aa7cfdde8c3d7daf2b25 /src/main/java/at/hannibal2/skyhanni/config
parentc0a9a6608d7f9dbefa2005a57e93e8f378f1a803 (diff)
downloadSkyHanni-01a13f110cc8f3ceaf8df055457aaeadb34fda88.tar.gz
SkyHanni-01a13f110cc8f3ceaf8df055457aaeadb34fda88.tar.bz2
SkyHanni-01a13f110cc8f3ceaf8df055457aaeadb34fda88.zip
added first dagger
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java b/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java
index 4e1884f00..4c31648a3 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java
@@ -53,6 +53,12 @@ public class Slayer {
public boolean blazeMarkRightHellionShield = false;
@Expose
+ @ConfigOption(name = "First Dagger", desc = "Select the first, left sided dagger for the display.")
+ @ConfigEditorDropdown(values = {"Spirit/Crystal", "Ashen/Auric"})
+ @ConfigAccordionId(id = 2)
+ public int blazeFirstDagger = 0;
+
+ @Expose
@ConfigOption(name = "Fire Pillars", desc = "")
@ConfigEditorAccordion(id = 3)
@ConfigAccordionId(id = 1)