mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #6429 from Heroman3003/idfix
Fixes editing colony director IDs editing global 'station access' list
This commit is contained in:
@@ -282,11 +282,11 @@
|
||||
var/obj/item/device/pda/pda = H.wear_id
|
||||
id = pda.id
|
||||
id.icon_state = "gold"
|
||||
id.access = get_all_accesses()
|
||||
id.access = get_all_accesses().Copy()
|
||||
else
|
||||
var/obj/item/weapon/card/id/id = new/obj/item/weapon/card/id(M);
|
||||
id.icon_state = "gold"
|
||||
id.access = get_all_accesses()
|
||||
id.access = get_all_accesses().Copy()
|
||||
id.registered_name = H.real_name
|
||||
id.assignment = "Colony Director"
|
||||
id.name = "[id.registered_name]'s ID Card ([id.assignment])"
|
||||
|
||||
Reference in New Issue
Block a user