summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/slot_machine.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/functions/slot_machine.txt b/npc/functions/slot_machine.txt
index 4b721813..0d7e4d39 100644
--- a/npc/functions/slot_machine.txt
+++ b/npc/functions/slot_machine.txt
@@ -44,9 +44,9 @@ L_Play:
.@Temp2 = rand(7);
.@Temp3 = rand(7);
//mes "Numbers: " + .@Temp1 + "/" + .@Temp2 + "/" + .@Temp3 + ".";
- symbol(.@Temp1);
- symbol(.@Temp2);
- symbol(.@Temp3);
+ SlotMachineSymbol(.@Temp1);
+ SlotMachineSymbol(.@Temp2);
+ SlotMachineSymbol(.@Temp3);
next;
if (.@Temp1 != .@Temp2)