From 6044c9ce90cf892c3a5e6f82c73ed67781360a1b Mon Sep 17 00:00:00 2001 From: RansomTime <47819665+RansomTime@users.noreply.github.com> Date: Thu, 5 Nov 2020 00:27:15 +0000 Subject: [PATCH] slayer plugin: add Cyclops to hill giants task list Slayer info from https://oldschool.runescape.wiki/w/Cyclops - notable synergy with Unnatural Selection in Trailblazer league --- .../src/main/java/net/runelite/client/plugins/slayer/Task.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/slayer/Task.java b/runelite-client/src/main/java/net/runelite/client/plugins/slayer/Task.java index 1c9d9e81e2..19d29bc4a2 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/slayer/Task.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/slayer/Task.java @@ -102,7 +102,7 @@ enum Task GROTESQUE_GUARDIANS("Grotesque Guardians", ItemID.MIDNIGHT, 0, ItemID.ROCK_HAMMER, "Dusk", "Dawn"), HARPIE_BUG_SWARMS("Harpie bug swarms", ItemID.SWARM), HELLHOUNDS("Hellhounds", ItemID.HELLHOUND), - HILL_GIANTS("Hill giants", ItemID.ENSOULED_GIANT_HEAD), + HILL_GIANTS("Hill giants", ItemID.ENSOULED_GIANT_HEAD, "Cyclops"), HOBGOBLINS("Hobgoblins", ItemID.HOBGOBLIN_GUARD), HYDRAS("Hydras", ItemID.HYDRA), ICEFIENDS("Icefiends", ItemID.ICE_DIAMOND),