just quickly makes the machine say the correct acc

This commit is contained in:
SandPoot
2022-08-15 23:19:23 -03:00
parent 65844e6f06
commit 606d50715b
@@ -56,8 +56,8 @@
to_chat(user, "<span class='warning'>ERROR: No bank account found.</span>")
return
to_chat(user, "<span class='notice'>You link \the [CARD] to \the [src].</span>")
say("Now using [pay_me.account_holder ? "[pay_me.account_holder]'s" : "<span class='boldwarning'>ERROR</span>"] account.")
pay_me = CARD.registered_account
say("Now using [pay_me.account_holder ? "[pay_me.account_holder]'s" : "<span class='boldwarning'>ERROR</span>"] account.")
return
/obj/machinery/cryptominer/AltClick(mob/user)