summaryrefslogtreecommitdiff
path: root/npc/017-3
diff options
context:
space:
mode:
Diffstat (limited to 'npc/017-3')
-rw-r--r--npc/017-3/dimonds.txt2
-rw-r--r--npc/017-3/slots.txt6
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/017-3/dimonds.txt b/npc/017-3/dimonds.txt
index 06980aae3..e32654722 100644
--- a/npc/017-3/dimonds.txt
+++ b/npc/017-3/dimonds.txt
@@ -616,7 +616,7 @@ OnInit:
close;
Zeny=Zeny-100;
recovery(getcharid(3));
- if (rand(1,3) == 1)
+ if (rand2(1,3) == 1)
sc_start SC_POISON, 60000, 0, 10000;
else
sc_start SC_ATTHASTE_POTION1, 60000, 5;
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);