mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 00:20:42 +01:00
Compactor and Disposals Access Tweaks (#15062)
This commit is contained in:
@@ -7,8 +7,9 @@
|
||||
size = 8
|
||||
requires_ntnet = FALSE
|
||||
available_on_ntnet = FALSE
|
||||
required_access_run = list(access_janitor, access_first_responder)
|
||||
required_access_download = access_hop
|
||||
required_access_run = access_janitor
|
||||
requires_access_to_run = PROGRAM_ACCESS_LIST_ONE
|
||||
usage_flags = PROGRAM_TELESCREEN
|
||||
nanomodule_path = /datum/nano_module/program/crushercontrol
|
||||
|
||||
@@ -68,7 +69,7 @@
|
||||
|
||||
airlocks = list()
|
||||
for(var/obj/machinery/door/airlock/arlk in orange(10, src.ui_host()))
|
||||
if(arlk.id_tag != "crusher")
|
||||
if(arlk.id_tag != "compactor_access")
|
||||
continue
|
||||
airlocks += arlk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user