summaryrefslogtreecommitdiff
path: root/npc/020-4/gambler.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-4/gambler.txt')
-rw-r--r--npc/020-4/gambler.txt2
1 files changed, 1 insertions, 1 deletions
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;
}
}