Skip to content

Commit

Permalink
Update letter case of Karamja in RaBM1 (#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
sufferfish authored Sep 17, 2023
1 parent 952d4d5 commit 20c490a
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 20c490a

Please sign in to comment.