Skip to content

Commit

Permalink
Update role_authority.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Aug 24, 2024
1 parent 1450147 commit b15e3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/jobs/role_authority.dm
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ I hope it's easier to tell what the heck this proc is even doing, unlike previou
new_human.job = new_job.title //TODO Why is this a mob variable at all?

if(new_job.gear_preset_whitelist[job_whitelist])
arm_equipment(new_human, new_job.gear_preset_whitelist[job_whitelist], FALSE, TRUE, late_join = _late_join)
arm_equipment(new_human, new_job.gear_preset_whitelist[job_whitelist], FALSE, TRUE, late_join = late_join)
var/generated_account = new_job.generate_money_account(new_human)
new_job.announce_entry_message(new_human, generated_account, whitelist_status) //Tell them their spawn info.
new_job.generate_entry_conditions(new_human, whitelist_status) //Do any other thing that relates to their spawn.
Expand Down

0 comments on commit b15e3ee

Please sign in to comment.