diff options
Diffstat (limited to 'npc/017-4/waric.txt')
-rw-r--r-- | npc/017-4/waric.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/017-4/waric.txt b/npc/017-4/waric.txt index 1f7db840..b2508c9d 100644 --- a/npc/017-4/waric.txt +++ b/npc/017-4/waric.txt @@ -234,7 +234,8 @@ L_Next4: next; mes "\"You have to use two roots for this spell. First you have to take one root and break off all the root hair. Shape it into a stick, if you will. Then put it on top of the other root and form an arrow-like structure.\""; next; - mes "\"Once this is done you have to throw it in the air and scream " + get(.invocation$, "toxic-dart") + " and the two roots will turn into toxic darts, a projectile you can throw.\""; + mesq l("Once this is done you have to throw it in the air and scream %s and the two roots will turn into toxic darts, a projectile you can throw.", b("Phlex")); + learnskill SKILL_PHLEX; next; mes "\"If you want to learn more, come back later.\""; OrumQuest = 38; |