From 6e13d248efde3e86ba4a45a43a6681777550ef6b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 15 Jun 2021 21:25:30 -0300 Subject: ...How did I forget Frillyar? --- npc/009-3/sword.txt | 1 + npc/magic/final.txt | 2 ++ 2 files changed, 3 insertions(+) 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: -- cgit v1.2.3-60-g2f50