mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-20 05:20:22 -07:00
fix incredibly minor bug in sigmund dialogue that doesn't affect anyone who can read a quest log.
This commit is contained in:
parent
54bb8c905a
commit
bef8478954
1 changed files with 1 additions and 0 deletions
|
|
@ -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){
|
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?");
|
npc("Have you found out what it was?");
|
||||||
stage = 34;
|
stage = 34;
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
stage = 0;
|
stage = 0;
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue