diff options
-rw-r--r-- | npc/027-1/laura.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/027-1/laura.txt b/npc/027-1/laura.txt index 4e1de3965..2374c0f5e 100644 --- a/npc/027-1/laura.txt +++ b/npc/027-1/laura.txt @@ -53,6 +53,7 @@ L_Tier1: mesn; mesq l("We only require a small fee of 1 @@, or 40 @@, or 500 @@ if you are poor adventurer.", getitemlink(DivineApple), getitemlink(SnakeEgg), getitemlink(MaggotSlime)); next; + inventoryplace ScholarshipBadge, 1; switch(select( rif(countitem(DivineApple) >= 1, l("I got the apple.")), rif(countitem(SnakeEgg) >= 40, l("I got the eggs.")), @@ -75,9 +76,13 @@ L_Tier1: break; } skill TMW2_SKILLPERMIT, 1, 0; + getitem ScholarshipBadge, 1; mes ""; mesn; mesq l("Many thanks, your help has been invaluable. You now have an extra point, use it wisely."); + next; + mesn; + mesq l("Listen, as you're new here, I'll give you my %s. I won't give it again, understood? This is my personal gratitude. Come again!", getitemlink(ScholarshipBadge)); close; ///////////////// |