diff options
Diffstat (limited to 'npc')
-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: |