Adds the Account Registration Machine. (#52745) (#326)

This adds the Account Registration Machine to the game, it's obtained at the computerized recordkeeping tech (Rather far in to the tech tree) and only obtained from the security lathe to prevent access from being too widespread, because I don't trust players have access to this until at LEAST half the shift has gone by. What this enables you to do is to create new accounts for blank IDs. The accounts won't have a parent payment account until actually assigned a job by a card console, but for all intents and purposes they'll act and interact like a standard, station bank account.

Co-authored-by: ArcaneMusic <41715314+ArcaneMusic@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-08-13 05:23:33 +02:00
committed by GitHub
co-authored by ArcaneMusic
parent b50aa789b8
commit ade641b896
6 changed files with 93 additions and 2 deletions
@@ -587,6 +587,15 @@
/obj/item/stock_parts/micro_laser = 1
)
/obj/item/circuitboard/machine/accounting
name = "Account Registration Device (Machine Board)"
icon_state = "command"
build_path = /obj/machinery/accounting
req_components = list(
/obj/item/stock_parts/card_reader = 1,
/obj/item/stock_parts/scanning_module = 1
)
//Medical
/obj/item/circuitboard/machine/chem_dispenser