diff options
Diffstat (limited to 'npc/018-2-1/warps.txt')
-rw-r--r-- | npc/018-2-1/warps.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-2-1/warps.txt b/npc/018-2-1/warps.txt index 098732b05..4c0487d1b 100644 --- a/npc/018-2-1/warps.txt +++ b/npc/018-2-1/warps.txt @@ -54,7 +54,7 @@ OnTouch: l("Information"); mes ""; if (@menu > 1 && @menu < 7) - HH_COOLDOWN=gettimetick(2)+60; + HH_COOLDOWN=gettimetick(2)+rand(90,150); switch (@menu) { case 2: @HH_LEVEL=HH_NOVICE; |