diff --git a/code/game/machinery/slotmachine.dm b/code/game/machinery/slotmachine.dm
index 7e132f64614..baceb213864 100644
--- a/code/game/machinery/slotmachine.dm
+++ b/code/game/machinery/slotmachine.dm
@@ -9,41 +9,48 @@ var/datum/announcement/minor/slotmachine_announcement = new(do_log = 0)
density = 1
var/plays = 0
var/working = 0
- var/balance=0
+ var/datum/money_account/account = null
+ var/result = null
+ var/resultlvl = null
-/obj/machinery/slot_machine/attack_hand(var/mob/user as mob)
- if(user.mind)
- if(user.mind.initial_account)
- balance = user.mind.initial_account.money
- user.machine = src
- if (working)
- var/dat = {"Slot Machine
-