diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-06-15 21:25:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-06-15 21:25:30 -0300 |
commit | 6e13d248efde3e86ba4a45a43a6681777550ef6b (patch) | |
tree | c40664f9f9cac15534a9bdbad04d749acfbc8293 | |
parent | b738d907f959b5628a62ee4ee8aab37d9b35f931 (diff) | |
download | serverdata-6e13d248efde3e86ba4a45a43a6681777550ef6b.tar.gz serverdata-6e13d248efde3e86ba4a45a43a6681777550ef6b.tar.bz2 serverdata-6e13d248efde3e86ba4a45a43a6681777550ef6b.tar.xz serverdata-6e13d248efde3e86ba4a45a43a6681777550ef6b.zip |
...How did I forget Frillyar?
-rw-r--r-- | npc/009-3/sword.txt | 1 | ||||
-rw-r--r-- | npc/magic/final.txt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/npc/009-3/sword.txt b/npc/009-3/sword.txt index eacd490e..f0332db6 100644 --- a/npc/009-3/sword.txt +++ b/npc/009-3/sword.txt @@ -153,6 +153,7 @@ L_Next3: next; mesn l("Magic Sword"); mesq l("Take %s arrows, sprinkle sulphur powder over them, and then speak '%s'. Throw them high up in the air, and watch the hail unfold before thy feet.", l("fifteen"), b("Frillyar")); + learnskill SKILL_FRILLYAR; close; L_L2_almost_done: diff --git a/npc/magic/final.txt b/npc/magic/final.txt index 708ec8b4..87f0af99 100644 --- a/npc/magic/final.txt +++ b/npc/magic/final.txt @@ -79,6 +79,8 @@ function script HUB_SkillInvoke { SK_Ingrav(); break; case SKILL_UPMARMU: SK_Uparmu(); break; + case SKILL_FRILLYAR: + SK_Frillyar(); break; case SKILL_PHLEX: SK_Phlex(); break; case SKILL_KULARZUFRILL: |