mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
Fixed typos in Tribal Totem journal text
This commit is contained in:
parent
2537c36ad0
commit
3793d2477e
1 changed files with 3 additions and 3 deletions
|
|
@ -22,11 +22,11 @@ class TribalTotem : Quest(Quests.TRIBAL_TOTEM,126,125,1,200,0,1,5){
|
|||
val started = player?.questRepository?.getStage(Quests.TRIBAL_TOTEM)!! > 0
|
||||
|
||||
if(!started){
|
||||
line(player,"I can start this quest by speaking to !!Kangai Mau?? in",line++)
|
||||
line(player,"!!Shrimp & Parrot?? restaurant in Brimhaven.",line++)
|
||||
line(player,"I can start this quest by speaking to !!Kangai Mau?? in !!the??",line++)
|
||||
line(player,"!!Shrimp & Parrot?? restaurant in Brimhaven",line++)
|
||||
line += 1
|
||||
line(player,"To complete this quest I need:",line++)
|
||||
line(player,"!!Level 21 Theiving??",line++, player?.skills?.getStaticLevel(Skills.THIEVING)!! >= 21)
|
||||
line(player,"!!Level 21 Thieving??",line++, player?.skills?.getStaticLevel(Skills.THIEVING)!! >= 21)
|
||||
}
|
||||
else if(started && stage != 100){
|
||||
if(stage >= 10){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue