From 2a7f7509869b2bae1137c593debd79d7b007916a Mon Sep 17 00:00:00 2001
From: Jessica Tölke <jtoelke@mail.upb.de>
Date: Sat, 15 Jan 2011 00:29:17 +0100
Subject: fixing a bug in cindy

---
 npc/031-3_Cave/cindyCave.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/npc/031-3_Cave/cindyCave.txt b/npc/031-3_Cave/cindyCave.txt
index 1a374f90..df7a153c 100644
--- a/npc/031-3_Cave/cindyCave.txt
+++ b/npc/031-3_Cave/cindyCave.txt
@@ -179,7 +179,7 @@ onReward:
 	set @bonus, (baselevel/2);
 	set DailyQuestBonus, DailyQuestBonus + @bonus;	
 	message strcharinfo(0), "You feel a temporary rush of power and zest for action. " + @bonus + " daily bonus gained." ;
-	if (@rescue_Cindy < 1) goto L_No_Progress;
+	if (@rescue_Cindy != 1 ) goto L_No_Progress;
 	set @rescue_Cindy, 2;
 	callsub S_Update_Mask;
 	message strcharinfo(0), "Cindy looks relieved and as if she wants to talk with you.";
-- 
cgit v1.2.3-70-g09d2