Skip to content

Commit

Permalink
slayer: Add Soul Wars imbued Slayer Helmets to slayer item set
Browse files Browse the repository at this point in the history
  • Loading branch information
Broooklyn committed Feb 23, 2021
1 parent 5f7c2a9 commit e9439ef
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,28 @@ class SlayerOverlay extends WidgetItemOverlay
private final static Set<Integer> ALL_SLAYER_ITEMS = ImmutableSet.of(
ItemID.SLAYER_HELMET,
ItemID.SLAYER_HELMET_I,
ItemID.SLAYER_HELMET_I_25177,
ItemID.BLACK_SLAYER_HELMET,
ItemID.BLACK_SLAYER_HELMET_I,
ItemID.BLACK_SLAYER_HELMET_I_25179,
ItemID.GREEN_SLAYER_HELMET,
ItemID.GREEN_SLAYER_HELMET_I,
ItemID.GREEN_SLAYER_HELMET_I_25181,
ItemID.PURPLE_SLAYER_HELMET,
ItemID.PURPLE_SLAYER_HELMET_I,
ItemID.PURPLE_SLAYER_HELMET_I_25185,
ItemID.RED_SLAYER_HELMET,
ItemID.RED_SLAYER_HELMET_I,
ItemID.RED_SLAYER_HELMET_I_25183,
ItemID.TURQUOISE_SLAYER_HELMET,
ItemID.TURQUOISE_SLAYER_HELMET_I,
ItemID.TURQUOISE_SLAYER_HELMET_I_25187,
ItemID.TWISTED_SLAYER_HELMET,
ItemID.TWISTED_SLAYER_HELMET_I,
ItemID.TWISTED_SLAYER_HELMET_I_25191,
ItemID.HYDRA_SLAYER_HELMET,
ItemID.HYDRA_SLAYER_HELMET_I,
ItemID.HYDRA_SLAYER_HELMET_I_25189,
ItemID.SLAYER_RING_ETERNAL,
ItemID.ENCHANTED_GEM,
ItemID.ETERNAL_GEM,
Expand Down

0 comments on commit e9439ef

Please sign in to comment.