summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-4/sorfina.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/003-4/sorfina.txt b/npc/003-4/sorfina.txt
index 3a373d817..5b991cc18 100644
--- a/npc/003-4/sorfina.txt
+++ b/npc/003-4/sorfina.txt
@@ -112,6 +112,15 @@ OnKillMurderer:
end;
OnWarn:
+ /* removed: not in map. You can leave the map.
+ if (!compare(getmap(), "hasn@"))
+ end;
+ */
+ // Quest state is invalid
+ .@q=getq(TulimsharQuest_Hasan);
+ if (.@q != 3)
+ end;
+
.@q3=getq3(TulimsharQuest_Hasan);
dispbottom l("Time left: @@ remaining", FuzzyTime(.@q3));
if (.@q3-gettimetick(2) > 60)