diff options
Diffstat (limited to 'npc/017-1')
-rw-r--r-- | npc/017-1/stranger.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-1/stranger.txt b/npc/017-1/stranger.txt index 1beeb5264..9d75731d1 100644 --- a/npc/017-1/stranger.txt +++ b/npc/017-1/stranger.txt @@ -112,7 +112,7 @@ L_Hard: L_Fail: mes ""; mesn; - if (rand(1,2) == 1) { + if (rand2(1,2) == 1) { mesq l("Sorry, but that's not right."); next; mesn; |