[READY] Execute Protocol Crab-17: Phase 3 - The one where Floyd actually finishes the PR (#43338)

* protocol crab 17: phase 2

* k

* meme

* fix

* k

* fixes

* more stuff

* makes qust's code not bad

* fixes time

* MFW (my face when) face when floyd doesnt make the fix commit

* makes it leave properly

* fixes more shit

* gets rid of stupid variable

* asdf

* wa la

* wa la ^2

* tadaa

* adds

* i fixed some of them but what do the others mean

* untested and ready to merge
This commit is contained in:
Qustinnus
2019-05-06 01:40:46 +02:00
committed by moo
parent d0f734b38e
commit fc2966ff01
11 changed files with 254 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ SUBSYSTEM_DEF(economy)
"adamantine" = 750,
// tier 4
"rainbow" = 1000)
var/list/bank_accounts = list()
var/list/bank_accounts = list() //List of normal accounts (not department accounts)
var/list/dep_cards = list()
/datum/controller/subsystem/economy/Initialize(timeofday)