atm finished

atm finished
This commit is contained in:
QuoteFox
2021-01-26 17:43:29 +00:00
parent ecf93da4b1
commit b0b73b5e79
3 changed files with 75 additions and 27 deletions
+3 -1
View File
@@ -1,8 +1,10 @@
#define DUMPTIME 3000
/datum/bank_account
var/account_holder = "Rusty Venture"
var/account_holder = "Some pleb"
var/account_balance = 0
var/account_pin = 0
var/account_dna = ""
var/datum/job/account_job
var/list/bank_cards = list()
var/add_to_accounts = TRUE