From 3e56dbceb67a2b5dc5ca53966d5f080cf69f64ae Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 11 Apr 2020 12:28:09 -0300 Subject: Only gettimetick(2) works --- npc/017-1/drowned_man.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/017-1') diff --git a/npc/017-1/drowned_man.txt b/npc/017-1/drowned_man.txt index f111ae1fc..326b3dd69 100644 --- a/npc/017-1/drowned_man.txt +++ b/npc/017-1/drowned_man.txt @@ -110,7 +110,7 @@ OnInit: } // Rate-limited? (3 seconds rate limit) - if (@nojump >= gettimetick(0)+3) { + if (@nojump >= gettimetick(2)+3) { dispbottom l("Gimme a sec to take a breath! I don't want to jump!"); end; } @@ -125,7 +125,7 @@ OnInit: mesc l("Can't bring pets with you..."), 1; next; mesc l("Do you really think the poor creature should jump a bridge in water and DIE?"), 1; - @nojump=gettimetick(0); + @nojump=gettimetick(2); close; } } -- cgit v1.2.3-60-g2f50