From c8b5f76ca938773cf8e66260bd46bc86f0add5c5 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Wed, 21 Feb 2018 13:12:49 -0300 Subject: Ayasha gives you 50 GP upon quest completion --- npc/005-1/ayasha.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/005-1') 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; } -- cgit v1.2.3-60-g2f50