This commit is contained in:
Sirryan2002
2022-12-01 21:36:39 +01:00
committed by GitHub
parent b1ba9ed47d
commit e36351f538
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -595,7 +595,7 @@ SUBSYSTEM_DEF(jobs)
var/datum/department_member/member = new
member.name = H.real_name
member.role = job.title
member.member_account = account
member.set_member_account(account) //we need to set this through a proc so we can register signals
member.can_approve_crates = job?.department_account_access
department.members += member