diff options
Diffstat (limited to 'world/map/npc/001-1/luca.txt')
-rw-r--r-- | world/map/npc/001-1/luca.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/001-1/luca.txt b/world/map/npc/001-1/luca.txt index 73f838c1..758fd2d5 100644 --- a/world/map/npc/001-1/luca.txt +++ b/world/map/npc/001-1/luca.txt @@ -94,7 +94,7 @@ L_teach0_follow: mes "He takes off a pendant he is wearing and holds it up."; next; mes "[Luca the Hunter]"; - mes "\"See that fang at the end of the chain? Keep staring at it at it.\""; + mes "\"See that fang at the end of the chain? Keep staring at it.\""; next; mes "[Luca the Hunter]"; mes "He starts swinging the pendant back and forth."; @@ -161,12 +161,12 @@ L_explain_focus: if (getskilllv(SKILL_POOL) == 0) mes "\"Right now you can't focus on anything yet, so I'll first have to teach you a simple skill to keep your focus.\""; if (getskilllv(SKILL_POOL) == 1) - mes "\"Right now you can only focus on one thing at a time. So if you want to change, you have to forget whatever else you've focused on.\""; + mes "\"Right now you can only focus on one thing at a time. So if you want to change what your focus is, you have to forget whatever else you've focused on.\""; if (getskilllv(SKILL_POOL) > 1) mes "\"You can focus on " + getskilllv(SKILL_POOL) + " skills right now.\""; next; mes "[Luca the Hunter]"; - mes "\"You can come back to me to focus or unfocus whenever you want, I'm here all day.\""; + mes "\"You can come back to me to focus or unfocus a skill whenever you want, I'm here all day.\""; next; mes "\"For unfocusing you need to bring a potion; a special potion. That potion is not the easiest to get, but I am sure you are able to.\""; next; @@ -189,7 +189,7 @@ L_explain_skills: L_explain_work: mes "[Luca the Hunter]"; - mes "\"Well, skills allow you to be better in some things, or just to do what you couldn't do without them. When you've learned a skill and are focusing on it, then it affects what you do.\""; + mes "\"Well, skills allow you to be better in some things, or allow to do what you couldn't do without them. When you've learned a skill and are focusing on it, then it affects what you do.\""; next; mes "[Luca the Hunter]"; mes "\"Now, when you start out with a skill, you won't be very good at it yet. But if you keep practicing you'll learn how to get better.\""; |