diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-24 20:52:51 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-24 20:52:51 +0200 |
| commit | a449f11e6b24c2d88f4849409265b33dc9cbbd3c (patch) | |
| tree | f313295d14a8a46b917e7c1600f0e0e3beac8139 /src/main/java/at/hannibal2/skyhanni/config | |
| parent | ebce6c1e1739b5846aa2fa8d3653d0645ecbe973 (diff) | |
| download | SkyHanni-a449f11e6b24c2d88f4849409265b33dc9cbbd3c.tar.gz SkyHanni-a449f11e6b24c2d88f4849409265b33dc9cbbd3c.tar.bz2 SkyHanni-a449f11e6b24c2d88f4849409265b33dc9cbbd3c.zip | |
add fire pits warning support for t4
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java | 3 |
1 files changed, 1 insertions, 2 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 e2110df42..531bc10da 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java @@ -42,8 +42,7 @@ public class Slayer { public boolean blazeDaggers = false; @Expose - //TODO Blaze Slayer tier 4 - @ConfigOption(name = "Fire Pits", desc = "Warning when the fire pit phase starts for the Blaze Slayer tier 3") + @ConfigOption(name = "Fire Pits", desc = "Warning when the fire pit phase starts for the Blaze Slayer tier 3 and 4") @ConfigEditorBoolean @ConfigAccordionId(id = 0) public boolean firePitsWarning = false; |
