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

This commit is contained in:
John Willard
2021-10-01 09:56:26 -04:00
committed by GitHub
parent 53a1f82e59
commit 9d77c60781
@@ -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))