From cfc878884b5cfd09059ea4b2d9e28bd1473cb11b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 1 Mar 2019 18:28:42 -0300 Subject: Actually, it should be str() instead of atoi(). Fix a spurious next. --- npc/020-4/gambler.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/020-4') diff --git a/npc/020-4/gambler.txt b/npc/020-4/gambler.txt index 5093c0c3f..bf81a131a 100644 --- a/npc/020-4/gambler.txt +++ b/npc/020-4/gambler.txt @@ -19,7 +19,7 @@ case 13: return l("Joker"); break; default: - return atoi(getarg(0)+1); + return getarg(0)+1; } } -- cgit v1.2.3-60-g2f50