From 8b701b65ccb0238d75cb52eb0412bd14ec040032 Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Fri, 29 Jun 2018 16:17:32 -0300
Subject: Ryan is easier for [Chef Hat], and gives more rewards shall you wish
 to MASTER it

---
 npc/009-2/ryan.txt | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt
index e782ee213..dcb0f5c3d 100644
--- a/npc/009-2/ryan.txt
+++ b/npc/009-2/ryan.txt
@@ -33,14 +33,26 @@
     mesq l("Hmmm... Yummy!");
 
     // Landmark rewards
-    // PS. 20 = 420 Delights
+    // Chef hat last stage: 120 Delights
     .@q=getq(HalinarzoQuest_LifeDelight);
-    if (.@q == 20) {
+    if (.@q == 11) {
         getitem ChefHat, 1;
         next;
         mesn;
         mesq l("Ah, you really deserve this @@. Good job!", getitemlink(ChefHat));
     }        
+    if (.@q >= 21) {
+        Zeny=Zeny+.@a;
+        getexp rand(1,.@q), rand(1, .@q);
+    }        
+    if (.@q >= 51) {
+        Zeny=Zeny+.@a;
+        getexp rand(1,.@a), rand(1, .@q);
+    }        
+    if (.@q >= 91) {
+        Zeny=Zeny+.@a;
+        getexp rand(.@q,.@a), rand(1, .@q);
+    }        
 
     close;
 
-- 
cgit v1.2.3-70-g09d2