fix incredibly minor bug in sigmund dialogue that doesn't affect anyone who can read a quest log.
This commit is contained in:
@@ -33,6 +33,7 @@ public class SigmundDialogue extends DialoguePlugin {
|
||||
if(player.getQuestRepository().getQuest("Lost Tribe").getStage(player) > 0 && player.getQuestRepository().getQuest("Lost Tribe").getStage(player) < 100){
|
||||
npc("Have you found out what it was?");
|
||||
stage = 34;
|
||||
return true;
|
||||
}
|
||||
stage = 0;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user