diff options
-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 33b609a66..2bf6a11aa 100644 --- a/npc/003-1/hasan.txt +++ b/npc/003-1/hasan.txt @@ -74,7 +74,7 @@ L_Complete: close; L_TouchComplete: - npctalk3 l("Hey there, @@! Good luck killing monsters!", strcharinfo(0)); + npctalkonce l("Hey there, @@! Good luck killing monsters!", strcharinfo(0)); end; L_Close: @@ -86,7 +86,7 @@ OnTouch: end; L_Steal: - npctalk3("*whistle*"); + npctalkonce(l("*whistle*")); if (getq(TulimsharQuest_Hasan) == 0) goto L_DoSteal; if (getq(TulimsharQuest_Hasan) <= 4 && rand(0,100) < 20) goto L_DoSteal; end; |