diff options
Diffstat (limited to 'npc/012-3')
-rw-r--r-- | npc/012-3/alan.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt index 3b01ee7d8..bdf190500 100644 --- a/npc/012-3/alan.txt +++ b/npc/012-3/alan.txt @@ -10,11 +10,10 @@ .@q3=getq3(HurscaldQuest_ForestBow); switch (.@q) { case 1: - npctalk3 l("The Forest Bow is my specialty. I wish I could keep crafting them forever..."); + npctalk3 l("Ah, if Jack and that fisherman from Halinarzo still gave me materials..."); + break; case 2: - case 3: - case 4: - case 5: + npctalk3 l("The bow I gave you was a masterpiece."); break; } @@ -63,7 +62,8 @@ L_Start: L_Craft: inventoryplace ForestBow, 1; getitem ForestBow, 1; - setq HurscaldQuest_ForestBow, 5; + getexp 900, 0; + setq HurscaldQuest_ForestBow, 2, 0, 0; mesn; mes "\"Here you go - have fun with it.\""; goto L_Close; |