From 1c86717b2c688882e8580225b232da2126dcc849 Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Tue, 4 Jun 2019 11:35:08 -0300
Subject: There is no reward yet (status will change to 7 once complete) But
 you can now successfully complete Sagratha's Campaign. Should be about 60%
 done.

---
 npc/014-5-1/sagratha.txt | 12 +++++++++++-
 npc/014-5/sagratha.txt   |  4 ++--
 2 files changed, 13 insertions(+), 3 deletions(-)

(limited to 'npc')

diff --git a/npc/014-5-1/sagratha.txt b/npc/014-5-1/sagratha.txt
index 704beeb6f..3ba73557b 100644
--- a/npc/014-5-1/sagratha.txt
+++ b/npc/014-5-1/sagratha.txt
@@ -55,7 +55,17 @@ function	script	SaggyMobCount	{
     if (SAGRATHA_SCORE < 0)
         goto L_Unhappy;
 
-    goodbye; end;
+    mesn;
+
+    if (.@good >= 2)
+        mesc l("@@ nods as she notices you.", .name$);
+    if (.@good == 1)
+        mesc l("@@ raises an eyebrow as you address her.", .name$);
+    if (.@good == 0)
+        mesc l("@@ glances at you, suspicion evident in her eyes.", .name$);
+
+    mesq l("Hello.");
+    close;
 
 L_HatAttack:
     mesn;
diff --git a/npc/014-5/sagratha.txt b/npc/014-5/sagratha.txt
index 1b603064e..0df85a151 100644
--- a/npc/014-5/sagratha.txt
+++ b/npc/014-5/sagratha.txt
@@ -166,8 +166,8 @@ L_Welcome:
 OnTouch:
     .@q=getq(HurnscaldQuest_Sagratha);
     if (!MAGIC_LVL) goto L_Magicless;
-    if (.@q >= 1 && .@q < 10) goto L_Open;
-    if (getq(HurnscaldQuest_InjuriedMouboo) == 3) goto L_Welcome;
+    if (.@q >= 1 && .@q < 6) goto L_Open;
+    if (.@q >= 6) goto L_Welcome;
 
     // No special condition
     goto L_Lockpick;
-- 
cgit v1.2.3-70-g09d2