diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-20 15:50:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-20 15:50:35 -0300 |
commit | 16a53a61406c6c7da8653339e2b1836263dc8230 (patch) | |
tree | e5d7ecc9cbd555dfed78ebee8eb62b299cf1d2b7 /npc/003-10/slots.txt | |
parent | ee42c64864e9593f1d6d22693d30825c7d23b1b6 (diff) | |
download | serverdata-16a53a61406c6c7da8653339e2b1836263dc8230.tar.gz serverdata-16a53a61406c6c7da8653339e2b1836263dc8230.tar.bz2 serverdata-16a53a61406c6c7da8653339e2b1836263dc8230.tar.xz serverdata-16a53a61406c6c7da8653339e2b1836263dc8230.zip |
Fix broken rand
Diffstat (limited to 'npc/003-10/slots.txt')
-rw-r--r-- | npc/003-10/slots.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-10/slots.txt b/npc/003-10/slots.txt index 3c2b95b87..ee2aac504 100644 --- a/npc/003-10/slots.txt +++ b/npc/003-10/slots.txt @@ -59,9 +59,9 @@ L_Spin: mes col("Spinning...", 9); next; delitem CasinoCoins, 1; - .@a=rand(1,5); - .@b=rand(1,5); - .@c=rand(1,5); + .@a=rand(1,7); + .@b=rand(1,7); + .@c=rand(1,7); symbol(.@a); symbol(.@b); symbol(.@c); |