diff options
-rw-r--r-- | npc/003-1/hasan.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt index ca17ae15e..e31041c38 100644 --- a/npc/003-1/hasan.txt +++ b/npc/003-1/hasan.txt @@ -115,7 +115,10 @@ L_Complete: close; L_TouchComplete: - npctalkonce l("Hey there, @@! Good luck killing monsters!", strcharinfo(0)), 3; + if (@hasan_antiflood < gettimetick(2)) { + npctalkonce l("Hey there, @@! Good luck killing monsters!", strcharinfo(0)), 3; + @hasan_antiflood=gettimetick(2)+600; + } end; L_Close: |