From 040eccb569d4acc47c001901721929fb8f155c8c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 29 May 2019 16:22:45 -0300 Subject: Fix typo --- npc/017-1/drowned_man.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?"); -- cgit v1.2.3-60-g2f50