mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-19 23:01:35 +00:00
Cyborgs and AIs now don't get a bank account assigned. (#23176)
* God this was a PITA to find * Variable on job
This commit is contained in:
@@ -594,6 +594,8 @@ SUBSYSTEM_DEF(jobs)
|
||||
|
||||
//fuck
|
||||
/datum/controller/subsystem/jobs/proc/CreateMoneyAccount(mob/living/H, rank, datum/job/job)
|
||||
if(!job.has_bank_account)
|
||||
return
|
||||
var/starting_balance = job?.department_account_access ? COMMAND_MEMBER_STARTING_BALANCE : CREW_MEMBER_STARTING_BALANCE
|
||||
var/datum/money_account/account = GLOB.station_money_database.create_account(H.real_name, starting_balance, ACCOUNT_SECURITY_ID, "NAS Trurl Accounting", TRUE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user