diff options
Diffstat (limited to 'npc/017-1')
-rw-r--r-- | npc/017-1/drowned_man.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-1/drowned_man.txt b/npc/017-1/drowned_man.txt index dcbecab14..81fe216c3 100644 --- a/npc/017-1/drowned_man.txt +++ b/npc/017-1/drowned_man.txt @@ -101,7 +101,7 @@ OnInit: end; // Rate-limited? (3 seconds rate limit) - if (@nojump <= gettimetick(0)+3) + if (@nojump >= gettimetick(0)+3) end; mesc l("Are you really going to jump here?"); |