diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/slot_machine.txt | 6 |
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) |