mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 09:03:23 +01:00
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:
@@ -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 = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user