From 856302b422da00eaa5317346a11302ccad8882b9 Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Wed, 20 Jun 2018 21:45:38 -0300
Subject: Fix Sorfina

---
 npc/003-4/sorfina.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/npc/003-4/sorfina.txt b/npc/003-4/sorfina.txt
index 2910a670e..b7739edc5 100644
--- a/npc/003-4/sorfina.txt
+++ b/npc/003-4/sorfina.txt
@@ -48,7 +48,7 @@ L_Trouble:
 
 L_Basement:
     if (BaseLevel < 13) goto L_TooWeak;
-    if (isinstance(getq2(TulimsharQuest_Hasan))) goto L_Wait;
+    if (getq3(TulimsharQuest_Hasan) < gettimetick(2)) goto L_Wait;
     mesn;
     mesq l("There's one on the basement of this house. If you kill it, Hasan will think on you as a hero and won't steal you anymore.");
     next;
@@ -61,7 +61,7 @@ L_OpenDoors:
     .@MAP_NAME$="hasn@"+str(.@ID); // Max 4 chars for map name
     .@INSTID = instance_create("003-4-1@a"+(.@ID), getcharid(3), IOT_CHAR);
     .@instanceMapName$ = instance_attachmap("003-4-1", .@INSTID, 0, .@MAP_NAME$);
-    setq TulimsharQuest_Hasan, 3, .@INSTID;
+    setq TulimsharQuest_Hasan, 3, .@INSTID, gettimetick(2)+300;
 
     // Debug
     if (.@instanceMapName$ == "") debugmes "Error: Map 003-4-1 X failed";
-- 
cgit v1.2.3-70-g09d2