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.
This commit is contained in:
QuoteFox
2021-01-29 01:11:58 +00:00
parent 39a5e2863e
commit 6b9a6163d3
+1 -1
View File
@@ -126,7 +126,7 @@
if(pinchange == pinchange2)
var/obj/item/card/id/idcard = held_card
idcard.registered_account.account_pin = pinchange
to_chat(usr, "<span class='notice'>[src.name] beeps, your pin has been changed.</span>")
to_chat(usr, "<span class='notice'>[src.name] beeps, your pin has been changed to [pinchange]!.</span>")
else
to_chat(usr, "<span class='warning'>[src.name] buzzes, your pins did not match!</span>")
pin = ""