From 8e63791373afabdcc95b25fb50dea7fb475f65d0 Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Wed, 6 Mar 2019 13:40:45 -0300
Subject: Half time flask price

---
 npc/014-4/thorn.txt  | 3 ++-
 npc/017-6/sheila.txt | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

(limited to 'npc')

diff --git a/npc/014-4/thorn.txt b/npc/014-4/thorn.txt
index 911fe2b65..bdfb81686 100644
--- a/npc/014-4/thorn.txt
+++ b/npc/014-4/thorn.txt
@@ -3,6 +3,7 @@
 //    Jesusalva
 // Description:
 //    Spring Quest, disabled during Easter
+//    Sighly inspired with Soren and Demure relationship, I guess
 //
 //    SQuest_SPring
 
@@ -14,7 +15,7 @@
 
     .@q=getq(SQuest_Spring);
     mesn;
-    mesq l("Brrrr... I'm freezing! The spring at Woodlands is so harsh!!");
+    mesq l("Blossom, blossom, why you do this to me...");
     if (.@q < 1)
         goto L_springQuest;
 
diff --git a/npc/017-6/sheila.txt b/npc/017-6/sheila.txt
index eb191b4ff..9c01e111c 100644
--- a/npc/017-6/sheila.txt
+++ b/npc/017-6/sheila.txt
@@ -20,8 +20,8 @@
     mesq l("Well, maybe it takes a few hours or days of your life, but who cares! It is instant teleport!");
     next;
     mesn;
-    mesq l("If you bring me a @@ and 1,000 GP I can make one for you!", getitemlink(DragonScales));
-    if (!countitem(DragonScales) || Zeny < 1000)
+    mesq l("If you bring me a @@ and 500 GP I can make one for you!", getitemlink(DragonScales));
+    if (!countitem(DragonScales) || Zeny < 500)
         close;
     select
         l("Nice, but no, thanks."),
@@ -31,7 +31,7 @@
         close;
     inventoryplace TimeFlask, 1;
     delitem DragonScales, 1;
-    Zeny=Zeny-1000;
+    Zeny=Zeny-500;
     getitem TimeFlask, 1;
     mesn;
     mesq l("Neat, neat! Thanks! Here you go, this amazing bottle! It is life-bond, so having multiple won't reduce the time you need to wait...");
-- 
cgit v1.2.3-70-g09d2