diff options
Diffstat (limited to 'npc/017-3/slots.txt')
-rw-r--r-- | npc/017-3/slots.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/017-3/slots.txt b/npc/017-3/slots.txt index d77761d72..3394a8fb7 100644 --- a/npc/017-3/slots.txt +++ b/npc/017-3/slots.txt @@ -63,9 +63,9 @@ L_Spin: mesc l("Spinning..."); next; delitem CasinoCoins, 2; - .@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); |