diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-2/rakinorf.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/012-2/rakinorf.txt b/npc/012-2/rakinorf.txt index c4c646103..daf2c9b32 100644 --- a/npc/012-2/rakinorf.txt +++ b/npc/012-2/rakinorf.txt @@ -225,13 +225,15 @@ L_MainStory: setq2 General_Narrator, 7; next; - mesn; + //mesn; if (!countitem(Scythe)) mes l("- Help the farmers. We rely a lot on agriculture."); if (!getq(HurnscaldQuest_BloodDonor)) mes l("- To donate blood, go to the hospital and ask about it."); if (JobLevel < 15) mes l("- Boss give more Job experience, but as long that you keep killing, you'll keep gaining."); + if (BaseLevel < 35) + mes l("I think Lieutenant Paul had a bounty for extra experience."); break; case 8: |