diff options
-rw-r--r-- | npc/042-1/hasan.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/042-1/hasan.txt b/npc/042-1/hasan.txt index 973e2583..ff7ad12b 100644 --- a/npc/042-1/hasan.txt +++ b/npc/042-1/hasan.txt @@ -97,7 +97,7 @@ L_Thank: mes "Amazing!\""; next; mes "\"I tell you something: Cool persons are allowed to pass for free."; - mes "And you can my Sharp Knife.\""; + mes "And you can have my Sharp Knife.\""; getitem "SharpKnife", 1; next; set hasan, 0; @@ -200,6 +200,7 @@ onScorpionDeath: message strcharinfo(0), "You saved Hasan."; set $@ScorpionTimer, 0; set $@ScorpionFighter$, ""; + stopnpctimer; end; OnInit: |