Skip to content

Commit

Permalink
chore: remove TODO: I have already added a check for the "need to kil…
Browse files Browse the repository at this point in the history
…l wolf" step
  • Loading branch information
pajlada authored and Zoinkwiz committed Oct 2, 2024
1 parent b31ddb9 commit 98fe366
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ public void setupSteps()
var enterWolfDenAndKillTheDireWolfAlpha = new ConditionalStep(this, headWestAndEnterTheDungeon);
// enterWolfDenAndKillTheDireWolfAlpha
killDireWolfAlpha = new NpcStep(this, NpcID.DIRE_WOLF_ALPHA, "Kill the Dire Wolf Alpha. Use Protect from Melee to avoid most damage. His pups deal ranged damage.", combatGear, food);
// TODO: Add check for "need to kill wolf"
// killed wolf: 11184 2->3
var needToKillWolf = new VarbitRequirement(11184, 2);
var exitWolfDen = new ObjectStep(this, ObjectID.CAVE_54691, new WorldPoint(1488, 9502, 1), "Exit the wolf den, then head back to Alba in the farmhouse west of Civitas illa Fortis.");
Expand Down

0 comments on commit 98fe366

Please sign in to comment.