Skip to content

Commit

Permalink
Fixed requirements for The Heart of Darkness quest. Relocated item re…
Browse files Browse the repository at this point in the history
…quirements for "combat gear, food, and prayer potions" to recommended items section from required items section.

Fixes #1798
  • Loading branch information
Xtra-Crispy committed Oct 26, 2024
1 parent 573009b commit f1a954a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1074,13 +1074,13 @@ private void arrowPuzzleSolutionCheck(WidgetLoaded widgetLoaded)
@Override
public List<ItemRequirement> getItemRequirements()
{
return List.of(coins.quantity(30);
return List.of(coins.quantity(30));
}

@Override
public List<ItemRequirement> 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
Expand Down

0 comments on commit f1a954a

Please sign in to comment.