From 606d50715b2d60ca464f48c30df2d7db347c6b6e Mon Sep 17 00:00:00 2001 From: SandPoot Date: Mon, 15 Aug 2022 23:19:23 -0300 Subject: [PATCH] just quickly makes the machine say the correct acc --- modular_sand/code/game/machinery/cryptominers.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)