diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/aidan.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt index 415cf9bd6..09dda89e5 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -123,6 +123,12 @@ L_Finish: mesn; mesq l("Good job, here is 250,000 GP!"); close; + case 3: + setq General_Hunter, 0, 0; + Zeny=Zeny+100000; + mesn; + mesq l("Good job, here is 100,000 GP!"); + close; } OnInit: |