Econ Phase 1 Bugfix: Fixes people with random names spawning with no ID

This commit is contained in:
ZomgPonies
2015-01-31 17:15:51 -05:00
parent 6106d50879
commit b5e66de4c3
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 = ""