Skip to content

Commit

Permalink
Remove Scarab Mage as option in Desert Hard
Browse files Browse the repository at this point in the history
  • Loading branch information
EmberCM authored Oct 1, 2023
1 parent e5abe21 commit b4ad1b7
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,8 @@ public void setupSteps()
moveToSoph2 = new ObjectStep(this, ObjectID.LADDER_20278, new WorldPoint(2800, 5159, 0),
"Climb down the ladder again.", combatGear, lightsource);
killLocustRider = new NpcStep(this, NpcID.LOCUST_RIDER_796, new WorldPoint(3296, 9267, 2),
"Kill a Scarab mage or Locust rider with keris.", true, combatGear, keris.equipped());
killLocustRider.addAlternateNpcs(NpcID.SCARAB_MAGE, NpcID.SCARAB_MAGE_799, NpcID.LOCUST_RIDER,
NpcID.LOCUST_RIDER_800, NpcID.LOCUST_RIDER_801);
"Kill a Locust rider with keris.", true, combatGear, keris.equipped());
killLocustRider.addAlternateNpcs(NpcID.LOCUST_RIDER, NpcID.LOCUST_RIDER_800, NpcID.LOCUST_RIDER_801);

claimReward = new NpcStep(this, NpcID.JARR, new WorldPoint(3303, 3124, 0),
"Talk to Jarr at the Shantay pass to claim your reward!");
Expand Down

0 comments on commit b4ad1b7

Please sign in to comment.