diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2011-01-04 21:05:42 +0100 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2011-01-04 21:05:42 +0100 |
commit | 2414f90fbd1d888ddec143041c16e1125daf5b36 (patch) | |
tree | d6e142a1c606d43dc4e9cdf0c7b7f6ad81946e06 /npc/001-1_Tulimshar | |
parent | 33536024584803b61a5d37314a629684fb08bf5f (diff) | |
download | serverdata-2414f90fbd1d888ddec143041c16e1125daf5b36.tar.gz serverdata-2414f90fbd1d888ddec143041c16e1125daf5b36.tar.bz2 serverdata-2414f90fbd1d888ddec143041c16e1125daf5b36.tar.xz serverdata-2414f90fbd1d888ddec143041c16e1125daf5b36.zip |
luca explains that unfoccusing is expensive before focussing
Diffstat (limited to 'npc/001-1_Tulimshar')
-rw-r--r-- | npc/001-1_Tulimshar/luca.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/001-1_Tulimshar/luca.txt b/npc/001-1_Tulimshar/luca.txt index f019cd7c..e62ea576 100644 --- a/npc/001-1_Tulimshar/luca.txt +++ b/npc/001-1_Tulimshar/luca.txt @@ -196,6 +196,8 @@ L_explain_focus: mes "[Luca the Hunter]"; mes "\"You can come back to me to focus or unfocus whenever you want, I'm here all day.\""; next; + mes "\"For unfocussing you need to bring a potion special potion. That potion is not the easiest to get, but I am sure you are able to.\""; + next; goto S_explain_loop; L_explain_skills: |