mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +01:00
Bikes Over Grates and Konyang Police Tape Fixes (#20616)
Police tape allows Konyang Police (PV Police) to walk through Bikes can now drive over grates Should fix https://github.com/Aurorastation/Aurora.3/issues/5605 Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com>
This commit is contained in:
@@ -47,7 +47,7 @@ GLOBAL_LIST_INIT(tape_roll_applications, list())
|
||||
/obj/item/tape/police
|
||||
name = "police tape"
|
||||
desc = "A length of police tape. Do not cross."
|
||||
req_access = list(ACCESS_SECURITY)
|
||||
req_one_access = list(ACCESS_SECURITY, ACCESS_KONYANG_POLICE) // Any role that is considered 'police' and gets this item should also have it's access added to this variable. If this list gets too long we may need to make subtypes.
|
||||
icon_base = "police"
|
||||
|
||||
/obj/item/taperoll/medical
|
||||
|
||||
Reference in New Issue
Block a user