mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Give corp reps the ability to force holopad calls (#21482)
Done on a request. The reasoning for the bridge access was so they could get access to the meeting room and the command break room, which need them to walk through the bridge itself. The access was added to the doors, so they can't do or open anything that didn't already have their access set to it.
This commit is contained in:
@@ -143,7 +143,7 @@ Possible to do for anyone motivated enough:
|
||||
|
||||
/obj/machinery/hologram/holopad/proc/has_command_auth(var/mob/user)
|
||||
var/obj/item/card/id/I = user.GetIdCard()
|
||||
if(I && (ACCESS_HEADS in I.access))
|
||||
if(I && (ACCESS_HEADS in I.access) || I && (ACCESS_LAWYER in I.access))
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: TheGreyWolf
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Corporate liaisons can now force holocalls."
|
||||
Reference in New Issue
Block a user