From 6db41788c3d8cc39cbe5105f660ebb5cee712bb3 Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Thu, 5 Dec 2024 22:22:26 +0100 Subject: [PATCH] The Hand in the Sand: Highlight quest start --- .../helpers/quests/thehandinthesand/TheHandInTheSand.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/questhelper/helpers/quests/thehandinthesand/TheHandInTheSand.java b/src/main/java/com/questhelper/helpers/quests/thehandinthesand/TheHandInTheSand.java index 580460a479..5b9459f089 100644 --- a/src/main/java/com/questhelper/helpers/quests/thehandinthesand/TheHandInTheSand.java +++ b/src/main/java/com/questhelper/helpers/quests/thehandinthesand/TheHandInTheSand.java @@ -208,6 +208,7 @@ public void setupSteps() talkToBert = new NpcStep(this, NpcID.BERT, new WorldPoint(2551, 3099, 0), "Talk to Bert in west Yanille."); talkToBert.addDialogStep("Eww a hand, in the sand! Why haven't you told the authorities?"); talkToBert.addDialogStep("Sure, I'll give you a hand."); + talkToBert.addDialogStep("Yes."); giveCaptainABeer = new NpcStep(this, NpcID.GUARD_CAPTAIN, new WorldPoint(2552, 3080, 0), "Give the Guard Captain in the pub south of Bert a beer. You can buy one for 2gp from the pub.", beer); ringBell = new ObjectStep(this, ObjectID.BELL_6847, new WorldPoint(2598, 3085, 0), "Ring the bell outside the Wizards' Guild in Yanille. Talk to Zavistic Rarve when he appears.", beerHand); ringBell.addDialogStep("I have a rather sandy problem that I'd like to palm off on you.");