mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 17:14:47 +01:00
fixes the message when ordering with a budget (#61788)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user