Merge pull request #242 from ZomgPonies/econ

Econ Phase 1 Bugfix: Fixes people with random names spawning with no ID
This commit is contained in:
Fox-McCloud
2015-01-31 17:23:18 -05:00
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -405,7 +405,7 @@ var/global/datum/controller/occupations/job_master
H.buckled.loc = H.loc
H.buckled.dir = H.dir
var/datum/money_account/M = create_account(H.real_name, 1000, null)
var/datum/money_account/M = create_account(H, 1000, null)
if(H.mind)
var/remembered_info = ""