diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-1/ayasha.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt index 65c6d63d1..2c17e59b5 100644 --- a/npc/005-1/ayasha.txt +++ b/npc/005-1/ayasha.txt @@ -42,9 +42,10 @@ else if (.@has == 2)
{
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- l("Thank you, here is your reward.");
- narrator("You receive 30 exp.");
+ l("Thank you, here is your reward and... some pocket money.");
+ narrator("You receive 30 exp and 50 GP.");
getexp 30, 0;
+ Zeny = (Zeny + 50);
setq CandorQuest_HAS, 3;
close;
}
|