summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-4/sorfina.txt4
1 files 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";