diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-13 13:18:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-13 13:18:52 -0300 |
commit | dd1ed72e9a740b8240308706d391aabd3b54e343 (patch) | |
tree | 40ddc1b8b8a41a47b6ce65859957e2f3fb4a6424 /npc/015-1/sword.txt | |
parent | 7f3ee7b17d27b2644e14728289c93c557608dd29 (diff) | |
download | serverdata-dd1ed72e9a740b8240308706d391aabd3b54e343.tar.gz serverdata-dd1ed72e9a740b8240308706d391aabd3b54e343.tar.bz2 serverdata-dd1ed72e9a740b8240308706d391aabd3b54e343.tar.xz serverdata-dd1ed72e9a740b8240308706d391aabd3b54e343.zip |
Include Flare Dart
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; |