Skip to content

Commit

Permalink
Removed pillar features from config.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Feb 11, 2023
1 parent c09a197 commit e1e8a06
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,25 +63,6 @@ public class Slayer {
@ConfigAccordionId(id = 2)
public boolean blazeHideDaggerWarning = false;

@Expose
@ConfigOption(name = "Fire Pillars", desc = "")
@ConfigEditorAccordion(id = 3)
@ConfigAccordionId(id = 1)
public boolean blazePillars = false;

@Expose
@ConfigOption(name = "Pillar Display", desc = "Cooldown when the Fire Pillar from the Blaze Slayer will kill you.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 3)
public boolean firePillarDisplay = false;

@Expose
@ConfigOption(name = "Pillar Sound", desc = "Custom countdown sound for the Fire Pillar timer and hide pillar build sound for the Blaze Slayer.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 3)
public boolean firePillarSound = false;


@Expose
@ConfigOption(name = "Fire Pits", desc = "Warning when the fire pit phase starts for the Blaze Slayer tier 3 and 4.")
@ConfigEditorBoolean
Expand Down

0 comments on commit e1e8a06

Please sign in to comment.