Skip to content

Commit

Permalink
chore: Run Reformat code on the quest file
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Sep 17, 2023
1 parent 682bb4b commit a352915
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public class OlafsQuest extends BasicQuestHelper
triangleKey, circleKey, starKey;

//Items Recommended
ItemRequirement prayerPotions, food, combatGear;
ItemRequirement prayerPotions, food, combatGear;

Requirement givenIngridCarving, inFirstArea, inSecondArea, inThirdArea, keyNearby, puzzleOpen, has2Barrels6Ropes, hasBarrel3Ropes, placedBarrel1, placedBarrel2,
keyInterfaceOpen, ulfricNearby, killedUlfric, tenFreeSlots;
Expand Down Expand Up @@ -148,10 +148,10 @@ public void setupRequirements()
{
combatGear = new ItemRequirement("Combat gear", -1, -1).isNotConsumed();
combatGear.setDisplayItemId(BankSlotIcons.getCombatGear());

food = new ItemRequirement("Food", ItemCollections.GOOD_EATING_FOOD, -1);
food.setUrlSuffix("Food");

prayerPotions = new ItemRequirement("Prayer potions", ItemCollections.PRAYER_POTIONS, -1);

axe = new ItemRequirement("Any axe", ItemCollections.AXES).isNotConsumed();
Expand Down

0 comments on commit a352915

Please sign in to comment.