spec counter: make SpecialWeapon public

This is included in the party event which is public
This commit is contained in:
Adam
2022-06-22 17:09:38 -04:00
parent ef268ebc7f
commit 004a52159f

View File

@@ -31,7 +31,7 @@ import net.runelite.api.ItemID;
@AllArgsConstructor @AllArgsConstructor
@Getter @Getter
enum SpecialWeapon public enum SpecialWeapon
{ {
DRAGON_WARHAMMER("Dragon Warhammer", new int[]{ItemID.DRAGON_WARHAMMER}, false, SpecialCounterConfig::dragonWarhammerThreshold), DRAGON_WARHAMMER("Dragon Warhammer", new int[]{ItemID.DRAGON_WARHAMMER}, false, SpecialCounterConfig::dragonWarhammerThreshold),
ARCLIGHT("Arclight", new int[]{ItemID.ARCLIGHT}, false, SpecialCounterConfig::arclightThreshold), ARCLIGHT("Arclight", new int[]{ItemID.ARCLIGHT}, false, SpecialCounterConfig::arclightThreshold),