diff --git a/src/main/java/com/questhelper/helpers/quests/theheartofdarkness/TheHeartOfDarkness.java b/src/main/java/com/questhelper/helpers/quests/theheartofdarkness/TheHeartOfDarkness.java index 4aaf1a5582..9b162cc7d3 100644 --- a/src/main/java/com/questhelper/helpers/quests/theheartofdarkness/TheHeartOfDarkness.java +++ b/src/main/java/com/questhelper/helpers/quests/theheartofdarkness/TheHeartOfDarkness.java @@ -1074,13 +1074,13 @@ private void arrowPuzzleSolutionCheck(WidgetLoaded widgetLoaded) @Override public List getItemRequirements() { - return List.of(coins.quantity(30); + return List.of(coins.quantity(30)); } @Override public List getItemRecommended() { - return List.of(combatGear, food, quetzalFeed.quantity(10), limestoneBrick.quantity(3), softClay.quantity(4), prayerPotions.quantity(2)), staminaPotions, civitasIllaFortisTeleport); + return List.of(combatGear, food, quetzalFeed.quantity(10), limestoneBrick.quantity(3), softClay.quantity(4), prayerPotions.quantity(2), staminaPotions, civitasIllaFortisTeleport); } @Override