Archie Fix Pack 1

This commit is contained in:
Archie
2021-04-18 21:07:35 -03:00
parent 180f21fd8c
commit 2f7f72ea0e
10 changed files with 137 additions and 82 deletions
@@ -3,7 +3,8 @@ SUBSYSTEM_DEF(economy)
wait = 5 MINUTES
init_order = INIT_ORDER_ECONOMY
runlevels = RUNLEVEL_GAME
flags = SS_NO_FIRE //Let's not forget this. This subsystem does not use fire and was needlessly using CPU.
var/roundstart_paychecks = 5
var/budget_pool = 35000
var/list/generated_accounts = list()
var/list/bank_accounts = list() //List of normal accounts (not department accounts)
var/list/bank_accounts = list() //List of normal accounts (not department accounts)