fixes various bugs and runtimes

This commit is contained in:
DragonTrance
2021-03-17 12:31:18 -07:00
parent f512b6d42e
commit 9860480e91
7 changed files with 59 additions and 59 deletions
@@ -2,8 +2,9 @@ SUBSYSTEM_DEF(economy)
name = "Economy"
wait = 5 MINUTES
init_order = INIT_ORDER_ECONOMY
flags = SS_NO_FIRE
runlevels = RUNLEVEL_GAME
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)