From 8343426fe7ea5ada2ed5648f6cfbab82f4f586f9 Mon Sep 17 00:00:00 2001 From: Tails2091 Date: Fri, 28 Sep 2018 15:56:32 -0400 Subject: [PATCH] Removed Implied Var --- code/game/machinery/slotmachine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/slotmachine.dm b/code/game/machinery/slotmachine.dm index 37c083cc1e7..fa99ecf8951 100644 --- a/code/game/machinery/slotmachine.dm +++ b/code/game/machinery/slotmachine.dm @@ -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!")