mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
d296b48dea
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ class DimintheisDialogue(player: Player? = null): DialoguePlugin(player) {
|
||||||
1 -> npc("I thank you greatly adventurer!").also { stage++}
|
1 -> npc("I thank you greatly adventurer!").also { stage++}
|
||||||
2 -> npc("I realise it was a lot to ask of a stranger.").also { stage = 1000 }
|
2 -> npc("I realise it was a lot to ask of a stranger.").also { stage = 1000 }
|
||||||
}
|
}
|
||||||
2013 -> if(player.questRepository.getQuest("Family Crest").hasRequirements(player)) {
|
2012 -> if(player.questRepository.getQuest("Family Crest").hasRequirements(player)) {
|
||||||
npc("If you find Caleb, or my other sons... please... ",
|
npc("If you find Caleb, or my other sons... please... ",
|
||||||
"let them know their father still loves them...").also { stage = 1000 }.also { player.questRepository.getQuest("Family Crest").start(player) }.also { player.questRepository.syncronizeTab(player) }
|
"let them know their father still loves them...").also { stage = 1000 }.also { player.questRepository.getQuest("Family Crest").start(player) }.also { player.questRepository.syncronizeTab(player) }
|
||||||
}else{
|
}else{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue