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/003-10/slots.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/003-10') diff --git a/npc/003-10/slots.txt b/npc/003-10/slots.txt index 1a1d5e6f4..c3e845b27 100644 --- a/npc/003-10/slots.txt +++ b/npc/003-10/slots.txt @@ -59,9 +59,9 @@ L_Spin: mesc l("Spinning..."); next; delitem CasinoCoins, 1; - .@a=rand(1,7); - .@b=rand(1,7); - .@c=rand(1,7); + .@a=rand2(1,7); + .@b=rand2(1,7); + .@c=rand2(1,7); symbol(.@a); symbol(.@b); symbol(.@c); -- cgit v1.2.3-60-g2f50