From 44862dca9b6f26513f23ea1fd79365c7a8d33d9e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 1 Jun 2019 21:30:02 -0300 Subject: Use rand2() instead of rand() in several places --- npc/017-1/stranger.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/017-1') 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; -- cgit v1.2.3-60-g2f50