Skip to content

Commit

Permalink
Update RagAndBoneManI.java
Browse files Browse the repository at this point in the history
Lower-case k was bugging me.
  • Loading branch information
sufferfish authored and Zoinkwiz committed Sep 17, 2023
1 parent 9d5ec40 commit a7edf47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public void setupSteps()
killFrogSteps.addStep(addedRope, enterSwamp);

killMonkey = new NpcStep(this, NpcID.MONKEY_2848, new WorldPoint(2886, 3167, 0),
"Kill a monkey on karamja.", true);
"Kill a monkey on Karamja.", true);

enterKaramjaDungeon = new ObjectStep(this, ObjectID.ROCKS_11441, new WorldPoint(2857, 3169, 0),
"Kill a giant bat in the Karamja Volcano Dungeon.");
Expand Down

0 comments on commit a7edf47

Please sign in to comment.