Compactor and Disposals Access Tweaks (#15062)

This commit is contained in:
SleepyGemmy
2022-11-13 17:25:05 +01:00
committed by GitHub
parent 82c7fd8b4d
commit d64f4506a3
4 changed files with 2991 additions and 3566 deletions
@@ -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
+13
View File
@@ -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."
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff