mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Acting heads now can access their department accounts (#20288)
Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
co-authored by
adrermail@gmail.com <adrermail@gmail.com>
parent
eee723cd73
commit
64888c1fa6
@@ -253,7 +253,7 @@
|
||||
name = "[(!registered_name) ? "identification card" : "[registered_name]'s ID Card"][(!assignment) ? "" : " ([assignment])"]"
|
||||
|
||||
/obj/item/card/id/proc/get_departments()
|
||||
return get_departments_from_job(assignment)
|
||||
return get_departments_from_job(rank)
|
||||
|
||||
/obj/item/card/id/attackby(obj/item/W as obj, mob/user as mob, params)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user