diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-23 17:31:10 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-23 17:31:10 +0200 |
commit | 3736fb833f7609b833d960d50f037208b2dcee6e (patch) | |
tree | 5a0febc0b8b03bbed28a170d5381e055571e7840 /src/main/java/at/hannibal2/skyhanni/config/Features.java | |
parent | e49183a248f1a007b924d76909274081f2d0fce2 (diff) | |
download | skyhanni-3736fb833f7609b833d960d50f037208b2dcee6e.tar.gz skyhanni-3736fb833f7609b833d960d50f037208b2dcee6e.tar.bz2 skyhanni-3736fb833f7609b833d960d50f037208b2dcee6e.zip |
blaze slayer features
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/Features.java')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/Features.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/Features.java b/src/main/java/at/hannibal2/skyhanni/config/Features.java index 9fad399ec..85c01417f 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/Features.java +++ b/src/main/java/at/hannibal2/skyhanni/config/Features.java @@ -63,6 +63,11 @@ public class Features extends Config { return; } + if (runnableId.equals("firePillars")) { + editOverlay(activeConfigCategory, 200, 16, slayer.firePillarsPos); + return; + } + if (runnableId.equals("ashfangResetCooldown")) { editOverlay(activeConfigCategory, 200, 16, ashfang.nextResetCooldownPos); return; |