diff options
-rw-r--r-- | npc/003-1/hasan.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt index 41f96f64a..3b0972d0e 100644 --- a/npc/003-1/hasan.txt +++ b/npc/003-1/hasan.txt @@ -34,7 +34,7 @@ next; menu l("I have a print screen!"), L_Print, - l("No..."), L_NoProof; + l("No..."), L_Close; close; L_Away: @@ -55,7 +55,8 @@ L_Print: mesq l("If you go to Lieutenant Dausen, he'll say that you used Gimp. Just give up."); close; - +L_Close: + close; OnTouch: if (Zeny > 15) goto L_Steal; |