From 7b1974e4b52dd5298a8a782b6d95a748dff59f78 Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Fri, 13 Sep 2013 21:12:49 -0700 Subject: [PATCH] Prevents the accounts database from automatically being removed from machines. --- code/WorkInProgress/Cael_Aislinn/Economy/Accounts.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/WorkInProgress/Cael_Aislinn/Economy/Accounts.dm b/code/WorkInProgress/Cael_Aislinn/Economy/Accounts.dm index d015d8ab420..ea85618b190 100644 --- a/code/WorkInProgress/Cael_Aislinn/Economy/Accounts.dm +++ b/code/WorkInProgress/Cael_Aislinn/Economy/Accounts.dm @@ -338,3 +338,6 @@ var/global/list/all_money_accounts = list() for(var/datum/money_account/D in all_money_accounts) if(D.account_number == account_number) return D + +/obj/machinery/account_database/process() + return 0