diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-2/lua.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index c6d735bd7..9bdcc35d7 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -200,6 +200,8 @@ L_Complete: mesq l("You'll soon run out of stuff to do around here, so yeah, you should extend your horizons or you may get bored soon enough."); else mesq l("Tulimshar doesn't have a lot more of quests to offer you, so you should definitely explore new places."); + if (BaseLevel < 30) + mesq l("I'm sure there are a lot of sidequests here until you reach level 30, but that's optional."); close; L_Tips: |