Can no longer end Halgrive's dialogue too early and not be able to advance the quest.
This commit is contained in:
+1
-1
@@ -94,7 +94,6 @@ public class HalgriveDialogue extends DialoguePlugin {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 100:
|
case 100:
|
||||||
player.getQuestRepository().getQuest("Sheep Herder").start(player);
|
|
||||||
npc("Y-you will??? That is excellent news! Head to the","enclosure we have set up on Farmer Brumty's land to","the north of the city; the four infected sheep should still","be somewhere in that vicinity. Before you will be allowed");
|
npc("Y-you will??? That is excellent news! Head to the","enclosure we have set up on Farmer Brumty's land to","the north of the city; the four infected sheep should still","be somewhere in that vicinity. Before you will be allowed");
|
||||||
stage++;
|
stage++;
|
||||||
break;
|
break;
|
||||||
@@ -115,6 +114,7 @@ public class HalgriveDialogue extends DialoguePlugin {
|
|||||||
stage++;
|
stage++;
|
||||||
break;
|
break;
|
||||||
case 105:
|
case 105:
|
||||||
|
player.getQuestRepository().getQuest("Sheep Herder").start(player);
|
||||||
player.getDialogueInterpreter().sendDialogue("The councillor gives you some poisoned sheep feed.");
|
player.getDialogueInterpreter().sendDialogue("The councillor gives you some poisoned sheep feed.");
|
||||||
player.getInventory().add(SheepHerder.POISON);
|
player.getInventory().add(SheepHerder.POISON);
|
||||||
stage++;
|
stage++;
|
||||||
|
|||||||
Reference in New Issue
Block a user