Removed Implied Var

This commit is contained in:
Tails2091
2018-09-28 15:56:32 -04:00
parent 13cc7d11d2
commit 8343426fe7
+1 -1
View File
@@ -53,7 +53,7 @@
playsound(src.loc, 'sound/machines/ding.ogg', 50, 1)
addtimer(CALLBACK(src, .proc/spin_slots, usr.name), 25)
/obj/machinery/slot_machine/proc/spin_slots(var/userName)
/obj/machinery/slot_machine/proc/spin_slots(userName)
switch(rand(1,4050))
if(1)
atom_say("JACKPOT! [userName] has won a MILLION CREDITS!")