diff options
Diffstat (limited to 'npc/003-1/hasan.txt')
-rw-r--r-- | npc/003-1/hasan.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt index 110ef767b..4297c04d1 100644 --- a/npc/003-1/hasan.txt +++ b/npc/003-1/hasan.txt @@ -35,7 +35,7 @@ 003-1,62,148,0 script Hasan NPC_ELVEN_MAN_RED,2,2,{ if (getq(TulimsharQuest_Hasan) == 0) goto L_Safe; if (getq(TulimsharQuest_Hasan) == 4) goto L_Finish; - if (getq(TulimsharQuest_Hasan) == 5) goto L_Complete; + if (getq(TulimsharQuest_Hasan) >= 5) goto L_Complete; mesn strcharinfo(0); mesq l("Give me back what you've stole, thief!"); next; @@ -137,7 +137,7 @@ L_Close: close; OnTouch: - if (getq(TulimsharQuest_Hasan) == 5) goto L_TouchComplete; + if (getq(TulimsharQuest_Hasan) >= 5) goto L_TouchComplete; if (Zeny > 15) goto L_Steal; end; |