mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +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
|
||||
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
author: SleepyGemmy
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Gives the First Responder access to the disposals room and its computer."
|
||||
- maptweak: "Maps in a proper disposals pit."
|
||||
- maptweak: "Makes the SM reactor waste management room more compact."
|
||||
- maptweak: "Adds a maintenance tunnel beneath the custodial closet."
|
||||
- maptweak: "Tweaks maintenance behind the machinist workshop."
|
||||
- maptweak: "Tweaks the layout of the machinist workshop."
|
||||
- maptweak: "Makes the area below the machinist workshop a public area and a staging area for the Intrepid."
|
||||
- maptweak: "Gives the custodian and first responder access to the mail room."
|
||||
+2498
-3087
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user