[MIRROR] Fixes the message when you try to order with a budget card [MDB IGNORE] (#8526)

* fixes the message when ordering with a budget (#61788)

* Fixes the message when you try to order with a budget card

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-10-01 20:59:55 +02:00
committed by GitHub
parent 4e69a43197
commit 2acc6a62c3
@@ -212,7 +212,7 @@
computer.say("No ID card detected.")
return
if(istype(id_card, /obj/item/card/id/departmental_budget))
computer.say("The [src] rejects [id_card].")
computer.say("[id_card] cannot be used to make purchases.")
return
account = id_card.registered_account
if(!istype(account))