diff options
Diffstat (limited to 'npc/015-1/sword.txt')
-rw-r--r-- | npc/015-1/sword.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/015-1/sword.txt b/npc/015-1/sword.txt index 4979ca74..f4be43b3 100644 --- a/npc/015-1/sword.txt +++ b/npc/015-1/sword.txt @@ -108,7 +108,8 @@ L_Initial_ok: mes "\"Oh, my apologies – that was a little overly dramatic. But I do not get to talk to thy kin anymore all that often.\""; next; mes "[Mystic Sword]"; - mes "\"For the flare dart spell throw a handful of sulphur powder up into the air, and say, '" + get(.invocation$, "flare-dart") + "'.\""; + mes "\"For the flare dart spell throw a handful of sulphur powder up into the air, and say, '" + b("flar") + "'.\""; + learnskill SKILL_FLAR; @Q_status = @STATUS_LEARNED_FLAREDART; callsub S_Update_Var; next; |