From 6b9a6163d31a332f9719940128d6016b1f87df83 Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Fri, 29 Jan 2021 01:11:58 +0000 Subject: [PATCH] posting their new pin to chat so they can refer to it later if they forget. posting their new pin to chat so they can refer to it later if they forget. --- hyperstation/code/obj/economy.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperstation/code/obj/economy.dm b/hyperstation/code/obj/economy.dm index d5e4deb3..388fccf5 100644 --- a/hyperstation/code/obj/economy.dm +++ b/hyperstation/code/obj/economy.dm @@ -126,7 +126,7 @@ if(pinchange == pinchange2) var/obj/item/card/id/idcard = held_card idcard.registered_account.account_pin = pinchange - to_chat(usr, "[src.name] beeps, your pin has been changed.") + to_chat(usr, "[src.name] beeps, your pin has been changed to [pinchange]!.") else to_chat(usr, "[src.name] buzzes, your pins did not match!") pin = ""