diff --git a/modular_sand/code/game/machinery/cryptominers.dm b/modular_sand/code/game/machinery/cryptominers.dm index e1c51fd11f..df17cf0c25 100644 --- a/modular_sand/code/game/machinery/cryptominers.dm +++ b/modular_sand/code/game/machinery/cryptominers.dm @@ -56,8 +56,8 @@ to_chat(user, "ERROR: No bank account found.") return to_chat(user, "You link \the [CARD] to \the [src].") - say("Now using [pay_me.account_holder ? "[pay_me.account_holder]'s" : "ERROR"] account.") pay_me = CARD.registered_account + say("Now using [pay_me.account_holder ? "[pay_me.account_holder]'s" : "ERROR"] account.") return /obj/machinery/cryptominer/AltClick(mob/user)