summaryrefslogtreecommitdiff
path: root/npc/003-1/hasan.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-16 21:24:36 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-16 21:24:36 -0300
commitc8552470b6f21cdcc6bbeeeb6341564d8965994b (patch)
tree9850e352fc41523e4ea1e52d0ed8e764ecfaaf38 /npc/003-1/hasan.txt
parenta1fb5781497f1829c9371524d1a4d369f8efe7d8 (diff)
downloadserverdata-c8552470b6f21cdcc6bbeeeb6341564d8965994b.tar.gz
serverdata-c8552470b6f21cdcc6bbeeeb6341564d8965994b.tar.bz2
serverdata-c8552470b6f21cdcc6bbeeeb6341564d8965994b.tar.xz
serverdata-c8552470b6f21cdcc6bbeeeb6341564d8965994b.zip
npctalkonce, except when stolen.
Diffstat (limited to 'npc/003-1/hasan.txt')
-rw-r--r--npc/003-1/hasan.txt4
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;