Skip to content

Commit

Permalink
The Golem: Fix text for using the program on the golem
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada authored and Zoinkwiz committed Nov 29, 2023
1 parent 663bc27 commit a599fd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ private void setupSteps()

useImplementOnGolem = new NpcStep(this, NpcID.CLAY_GOLEM_5136, new WorldPoint(3485, 3088, 0), "Use the strange implement on the Golem in Uzer.", strangeImplementHighlight);
useImplementOnGolem.addIcon(ItemID.STRANGE_IMPLEMENT);
useProgramOnGolem = new NpcStep(this, NpcID.CLAY_GOLEM_5136, new WorldPoint(3485, 3088, 0), "Use the strange implement on the Golem in Uzer.", programHighlight);
useProgramOnGolem = new NpcStep(this, NpcID.CLAY_GOLEM_5136, new WorldPoint(3485, 3088, 0), "Use the golem program on the Golem in Uzer.", programHighlight);
useProgramOnGolem.addIcon(ItemID.GOLEM_PROGRAM);

useStatuette = new ObjectStep(this, NullObjectID.NULL_6306, new WorldPoint(2725, 4896, 0), "Use the statue on the empty alcove.", statuetteHighlight);
Expand Down

0 comments on commit a599fd7

Please sign in to comment.